Subversion Repositories SmartDukaan

Rev

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

Rev 9242 Rev 9780
Line 30... Line 30...
30
			if(data==""){
30
			if(data==""){
31
			    alert("Changes propagated successfully");
31
			    alert("Changes propagated successfully");
32
				$('#uploadSnapdealFile')[0].reset();
32
				$('#uploadSnapdealFile')[0].reset();
33
			}
33
			}
34
			else {
34
			else {
35
				jAlert("Following items were not updated:\n"+data, 'ERROR');
35
				jAlert("Please check:\n"+data, 'ERROR');
36
				$('#uploadSnapdealFile')[0].reset();
36
				$('#uploadSnapdealFile')[0].reset();
37
			}
37
			}
38
			
38
			
39
        },
39
        },
40
		 error : function() {
40
		 error : function() {