Subversion Repositories SmartDukaan

Rev

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

Rev 22612 Rev 22613
Line 110... Line 110...
110
	          type: 'POST',
110
	          type: 'POST',
111
	          data: formData,
111
	          data: formData,
112
	          	cache: false,
112
	          	cache: false,
113
            contentType: false,
113
            contentType: false,
114
            processData: false,
114
            processData: false,
115
	            processData: false,
-
 
116
	           success: function (data) {
115
	           success: function (data) {
117
	           console.log(data);
116
	           console.log(data);
118
	           	hiddenInput = inputName.split("_")[1];
117
	           	hiddenInput = inputName.split("_")[1];
119
	           	var doc_id = 0;
118
	           	var doc_id = 0;
120
	           	if (data.response.document_id == 0){
119
	           	if (data.response.document_id == 0){