Subversion Repositories SmartDukaan

Rev

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

Rev 2652 Rev 2731
Line 17... Line 17...
17
    
17
    
18
    load_history_widget();
18
    load_history_widget();
19
 
19
 
20
    load_accessories_widget();
20
    load_accessories_widget();
21
    
21
    
-
 
22
    myNotes.getNotes();
-
 
23
    
22
    /**
24
    /**
23
     * Code to track user clicks on Product slides and 'Proceed to Payment' option
25
     * Code to track user clicks on Product slides and 'Proceed to Payment' option
24
     */
26
     */
25
	$('a.vt').click(function(){
27
	$('a.vt').click(function(){
26
		trackEventWithGA('Product', $(this).children('span').text(), $('title').text().split('|')[0].trim());
28
		trackEventWithGA('Product', $(this).children('span').text(), $('title').text().split('|')[0].trim());