Subversion Repositories SmartDukaan

Rev

Rev 8917 | Rev 10014 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8917 Rev 8936
Line 153... Line 153...
153
					trackEventWithGA('Side Banner Region Clicked', bannername, 'Location '+document.URL+' Target Url '+url);
153
					trackEventWithGA('Side Banner Region Clicked', bannername, 'Location '+document.URL+' Target Url '+url);
154
		        }
154
		        }
155
		    }
155
		    }
156
		);
156
		);
157
	
157
	
-
 
158
	jQuery("#banner-menu").find("a, area").click(
-
 
159
		    function(){
-
 
160
		        if($(this).attr("href") != "#") {
-
 
161
		            bannername = $(this).attr("banner-name");
-
 
162
		            url = $(this).attr("href");
-
 
163
					trackEventWithGA('Banner Region Clicked', bannername, 'Location '+document.URL+' Target Url '+url);
-
 
164
		        }
-
 
165
		    }
-
 
166
		);
-
 
167
	
158
	
168
	
159
});
169
});
160
170