Subversion Repositories SmartDukaan

Rev

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

Rev 22611 Rev 22612
Line 111... Line 111...
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,
115
	            processData: false,
116
	            crossDomain: true,
-
 
117
	           success: function (data) {
116
	           success: function (data) {
118
	           console.log(data);
117
	           console.log(data);
119
	           	hiddenInput = inputName.split("_")[1];
118
	           	hiddenInput = inputName.split("_")[1];
120
	           	var doc_id = 0;
119
	           	var doc_id = 0;
121
	           	if (data.response.document_id == 0){
120
	           	if (data.response.document_id == 0){