Subversion Repositories SmartDukaan

Rev

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

Rev 27754 Rev 27755
Line 2... Line 2...
2
	$(document).on('click', '.send-notification', function() {
2
	$(document).on('click', '.send-notification', function() {
3
 
3
 
4
		loadNotificationPanel("main-content");
4
		loadNotificationPanel("main-content");
5
	});
5
	});
6
 
6
 
7
	$('.create-notification-button')
7
	$(document).on('click', '.create-notification-button',
8
			.live(
-
 
9
					'click',
-
 
10
					function() {
8
					function() {
11
						console.log(localStorage.getItem("notifyDocument"));
9
						console.log(localStorage.getItem("notifyDocument"));
12
						var userIds = $('#fofo-users').val().concat(
10
						var userIds = $('#fofo-users').val().concat(
13
								$('#internal-users').val());
11
								$('#internal-users').val());
14
						console.log("multipleUsers", userIds);
12
						console.log("multipleUsers", userIds);