Subversion Repositories SmartDukaan

Rev

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

Rev 29262 Rev 30646
Line 91... Line 91...
91
						notificationData['message'] = $('#message').val();
91
						notificationData['message'] = $('#message').val();
92
						notificationData['imageUrl'] = $(
92
						notificationData['imageUrl'] = $(
93
								'input[name="imageUrl"]').val();
93
								'input[name="imageUrl"]').val();
94
						notificationData['type'] = $('#type').val();
94
						notificationData['type'] = $('#type').val();
95
						notificationData['url'] = url;
95
						notificationData['url'] = url;
96
						notificationData['expiresat'] = startDate;
96
						notificationData['expiresat'] = getDatesFromPicker('input[name="dateTime"]').startDate;
97
						notificationData['showImage'] = $(
97
						notificationData['showImage'] = $(
98
								'input[name="showImage"]').val();
98
							'input[name="showImage"]').val();
99
						notificationData['documentId'] = localStorage
99
						notificationData['documentId'] = localStorage
100
								.getItem("notifyDocument");
100
								.getItem("notifyDocument");
101
						notificationData['messageType'] = $('#messageType')
101
						notificationData['messageType'] = $('#messageType')
102
								.val();
102
								.val();
103
						console.log(notificationData)
103
						console.log(notificationData)