Subversion Repositories SmartDukaan

Rev

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

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