Subversion Repositories SmartDukaan

Rev

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

Rev 26015 Rev 27754
Line 1... Line 1...
1
$(function() {
1
$(function() {
2
 
2
 
3
	$(".notification-panel").live('click', function() {
3
	$(document).on('click', ".notification-panel", function() {
4
		loadNotificationfocoPanel("main-content");
4
		loadNotificationfocoPanel("main-content");
5
	});
5
	});
6
 
6
 
7
	$("#submitEditor")
7
	$("#submitEditor")
8
			.live(
8
			.live(