Subversion Repositories SmartDukaan

Rev

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

Rev 9022 Rev 9025
Line 43... Line 43...
43
		complete: function(){
43
		complete: function(){
44
        $('#ajax-spinner').hide();
44
        $('#ajax-spinner').hide();
45
        },
45
        },
46
        success: function (data) {
46
        success: function (data) {
47
			jAlert(data, 'ALERT');
47
			jAlert(data, 'ALERT');
48
			$('#uploadSnapdealFile')[0].reset();
48
			$('#uploadOrders')[0].reset();
49
        },
49
        },
50
		 error : function() {
50
		 error : function() {
51
		 	jAlert("Please contact Engineering.");
51
		 	jAlert("Please contact Engineering.");
52
		 },
52
		 },
53
        cache: false,
53
        cache: false,