Subversion Repositories SmartDukaan

Rev

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

Rev 24014 Rev 24098
Line 63... Line 63...
63
		
63
		
64
		var notificationData ={};
64
		var notificationData ={};
65
		notificationData['userIds'] =$('#fofo-users').val();
65
		notificationData['userIds'] =$('#fofo-users').val();
66
		notificationData['campaignName'] = $('input[name="campaignName"]').val();
66
		notificationData['campaignName'] = $('input[name="campaignName"]').val();
67
		notificationData['title']=$('input[name="title"]').val();
67
		notificationData['title']=$('input[name="title"]').val();
68
		notificationData['message']=$('input[name="message"]').val();
68
		notificationData['message']=$('#message').val();
69
		notificationData['longNotificationtext']=$('#longNotificationtext').val();
69
		notificationData['longNotificationtext']=$('#longNotificationtext').val();
70
		notificationData['imageUrl']=$('input[name="imageUrl"]').val();
70
		notificationData['imageUrl']=$('input[name="imageUrl"]').val();
71
		notificationData['type']=$('#type').val();
71
		notificationData['type']=$('#type').val();
72
		notificationData['url']=$('input[name="url"]').val();
72
		notificationData['url']=$('input[name="url"]').val();
73
		notificationData['expiresat']=startDate;
73
		notificationData['expiresat']=startDate;