Subversion Repositories SmartDukaan

Rev

Rev 2800 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2800 Rev 3830
Line 198... Line 198...
198
		
198
		
199
    }).live('keyup', function(){
199
    }).live('keyup', function(){
200
    	myNotes.limitNoteLength($(this));
200
    	myNotes.limitNoteLength($(this));
201
    });
201
    });
202
    
202
    
203
    $('#view-mynotes').click(function(){
203
    $('.view-mynotes').click(function(){
204
    	var entityId = myNotes.getEntityId();
204
    	var entityId = myNotes.getEntityId();
205
    	trackEventWithGA('My Notes', 'Colorbox From Product Page', entityId + '');
205
    	trackEventWithGA('My Notes', 'Colorbox From Product Page', entityId + '');
206
    	myNotes.showColorbox(entityId);
206
    	myNotes.showColorbox(entityId);
207
    });
207
    });
208
    
208