Viewing 2 replies - 1 through 2 (of 2 total)
  • Yep – I’m seeing the problem.

    After un-minimizing the code I made this change:

    @@ -22,8 +22,10 @@
     }
     function checkAmazonLinks() {
     	var h = new RegExp("/([A-Z0-9]{10})");
    -	if (typeof google != "undefined") {
    +	if (typeof google != "undefined" & google.loader.ClientLocation != null) {
     		var a = google.loader.ClientLocation.address.country_code
    +	} else {
    +		var a = "US";
     	}
     	switch (a) {
     	case "GB":
    Thread Starter belnar

    (@belnar)

    Thanks for posting!

    Bel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Amazon Affiliate Link Localizer] Firebug plug-in reports an error’ is closed to new replies.