Subversion Repositories SmartDukaan

Rev

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

Rev 27595 Rev 27754
Line 1... Line 1...
1
$(function() {
1
$(function() {
2
	$(".add-auth-user").live('click', function() {
2
	$(document).on('click', ".add-auth-user", function() {
3
		console.log("Add Auth User clicked......");
3
		console.log("Add Auth User clicked......");
4
		loadAddAuthUser("main-content");
4
		loadAddAuthUser("main-content");
5
	});
5
	});
6
	$(".change-auth-user-password").live('click', function() {
6
	$(document).on('click', ".change-auth-user-password", function() {
7
		console.log("change auth user password clicked......");
7
		console.log("change auth user password clicked......");
8
		loadChangeAuthUserPassword("main-content");
8
		loadChangeAuthUserPassword("main-content");
9
	});
9
	});
10
	$(".mk_gmail_edit")
10
	$(".mk_gmail_edit")
11
		.live(
11
		.live(