Subversion Repositories SmartDukaan

Rev

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

Rev 1809 Rev 1812
Line 122... Line 122...
122
          var tot=1;
122
          var tot=1;
123
     }
123
     }
124
 
124
 
125
     //Tracking this click for Google Analytics
125
     //Tracking this click for Google Analytics
126
     if(_gaq)	{
126
     if(_gaq)	{
127
     	_gaq.push(['_trackEvent', 'Research', 'Add to Research', seldata, 2]);
127
     	_gaq.push(['_trackEvent', 'Research', 'Add to Research', seldata + "", 2]);
128
     }
128
     }
129
     
129
     
130
     if(tot > 0)	{
130
     if(tot > 0)	{
131
          //alert("AJAX request to add products in My research. Product ID: "+seldata+" and total: "+tot);
131
          //alert("AJAX request to add products in My research. Product ID: "+seldata+" and total: "+tot);
132
          jQuery.ajax({
132
          jQuery.ajax({