Subversion Repositories SmartDukaan

Rev

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

Rev 25651 Rev 25683
Line 77... Line 77...
77
						notificationData['expiresat'] = startDate;
77
						notificationData['expiresat'] = startDate;
78
						notificationData['showImage'] = $(
78
						notificationData['showImage'] = $(
79
								'input[name="showImage"]').val();
79
								'input[name="showImage"]').val();
80
						notificationData['documentId'] = localStorage
80
						notificationData['documentId'] = localStorage
81
								.getItem("notifyDocument");
81
								.getItem("notifyDocument");
82
						notificationData['annoucement'] = $('#annoucement')
82
						notificationData['messageType'] = $('#messageType')
83
								.val();
83
								.val();
84
						console.log(notificationData)
84
						console.log(notificationData)
85
 
85
 
86
						if (confirm("Are you sure you want to send notification!") == true) {
86
						if (confirm("Are you sure you want to send notification!") == true) {
87
							doPostAjaxRequestWithJsonHandler(context
87
							doPostAjaxRequestWithJsonHandler(context