Subversion Repositories SmartDukaan

Rev

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

Rev 27754 Rev 27755
Line 2... Line 2...
2
 
2
 
3
	$(document).on('click', ".notification-panel", function() {
3
	$(document).on('click', ".notification-panel", function() {
4
		loadNotificationfocoPanel("main-content");
4
		loadNotificationfocoPanel("main-content");
5
	});
5
	});
6
 
6
 
7
	$("#submitEditor")
7
	$(document).on('click', "#submitEditor",
8
			.live(
-
 
9
					'click',
-
 
10
					function() {
8
					function() {
11
						var editorData = CKEDITOR.instances['editor'].getData();
9
						var editorData = CKEDITOR.instances['editor'].getData();
12
						console.log(editorData)
10
						console.log(editorData)
13
						var notificationData = {};
11
						var notificationData = {};
14
 
12