Subversion Repositories SmartDukaan

Rev

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

Rev 28071 Rev 28079
Line 6... Line 6...
6
            if (confirm("Are you sure you want to submit") == true) {
6
            if (confirm("Are you sure you want to submit") == true) {
7
        doPostAjaxRequestHandler(context + "/getRetailerBlockBrandMappping?brand="+brand+"&fofoIds="+fofoIds,
7
        doPostAjaxRequestHandler(context + "/getRetailerBlockBrandMappping?brand="+brand+"&fofoIds="+fofoIds,
8
			function(response) {
8
			function(response) {
9
				if(response =true){
9
				if(response =true){
10
				
10
				
-
 
11
				alert("Successfully Submitted");
11
				$("button.block-brand-submit").click();
12
				$("button.block-brand-submit").click();
12
				}
13
				}
13
			});
14
			});
14
			}
15
			}
15
			});
16
			});