Subversion Repositories SmartDukaan

Rev

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

Rev 1410 Rev 1516
Line 331... Line 331...
331
		$.Storage.set("history", $("#browsehistory").html());
331
		$.Storage.set("history", $("#browsehistory").html());
332
	}
332
	}
333
	});
333
	});
334
}
334
}
335
 
335
 
336
// Google analytics.
-
 
337
var _gaq = _gaq || [];
-
 
338
_gaq.push(['_setAccount', 'UA-21662919-1']);
-
 
339
_gaq.push(['_trackPageview']);
-
 
340
 
-
 
341
(function() {
-
 
342
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
343
  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
344
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
345
})();
-