Subversion Repositories SmartDukaan

Rev

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

Rev 26392 Rev 27754
Line 1... Line 1...
1
$(function() {
1
$(function() {
2
	$('.send-notification').live('click', 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
	$('.create-notification-button')