Subversion Repositories SmartDukaan

Rev

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

Rev 10925 Rev 10934
Line 141... Line 141...
141
function loadAsinJob(domId){
141
function loadAsinJob(domId){
142
jQuery.ajax({
142
jQuery.ajax({
143
        type : "GET",
143
        type : "GET",
144
        url : "/Support/amazon-list!runAsinJob",
144
        url : "/Support/amazon-list!runAsinJob",
145
        success : function(response) {
145
        success : function(response) {
146
            jAlert('Asin Job Running.Please donot submit another request for atleast 15 minutes','Suceess');
146
            jAlert('Asin Job Running.Please donot submit another request for atleast 15 minutes','Success');
147
        },
147
        },
148
		error : function() {
148
		error : function() {
149
		 	jAlert("OOPS!!!Please Try Again.",'ERROR');
149
		 	jAlert("OOPS!!!Please Try Again.",'ERROR');
150
		 },
150
		 },
151
    });  
151
    });  
Line 154... Line 154...
154
function loadFbaListingJob(domId){
154
function loadFbaListingJob(domId){
155
jQuery.ajax({
155
jQuery.ajax({
156
        type : "GET",
156
        type : "GET",
157
        url : "/Support/amazon-list!runFbaListingJob",
157
        url : "/Support/amazon-list!runFbaListingJob",
158
        success : function(response) {
158
        success : function(response) {
159
			jAlert('Fba Listing Job Running.Please donot submit another request for atleast 15 minutes','Suceess');
159
			jAlert('Fba Listing Job Running.Please donot submit another request for atleast 15 minutes','Success');
160
        },
160
        },
161
		error : function() {
161
		error : function() {
162
		 	jAlert("OOPS!!!Please Try Again.",'ERROR');
162
		 	jAlert("OOPS!!!Please Try Again.",'ERROR');
163
		 },
163
		 },
164
    });  
164
    });  
Line 167... Line 167...
167
function loadFbbListingJob(domId){
167
function loadFbbListingJob(domId){
168
jQuery.ajax({
168
jQuery.ajax({
169
        type : "GET",
169
        type : "GET",
170
        url : "/Support/amazon-list!runFbbListingJob",
170
        url : "/Support/amazon-list!runFbbListingJob",
171
        success : function(response) {
171
        success : function(response) {
172
			jAlert('Fbb Listing Job Running.Please donot submit another request for atleast 15 minutes','Suceess');
172
			jAlert('Fbb Listing Job Running.Please donot submit another request for atleast 15 minutes','Success');
173
        },
173
        },
174
		error : function() {
174
		error : function() {
175
		 	jAlert("OOPS!!!Please Try Again.",'ERROR');
175
		 	jAlert("OOPS!!!Please Try Again.",'ERROR');
176
		 },
176
		 },
177
    });  
177
    });  
Line 180... Line 180...
180
function loadNonFbaListingJob(domId){
180
function loadNonFbaListingJob(domId){
181
jQuery.ajax({
181
jQuery.ajax({
182
        type : "GET",
182
        type : "GET",
183
        url : "/Support/amazon-list!runNonFbaListingJob",
183
        url : "/Support/amazon-list!runNonFbaListingJob",
184
        success : function(response) {
184
        success : function(response) {
185
            jAlert('MFN Listing Job Running.Please donot submit another request for atleast 15 minutes','Suceess');
185
            jAlert('MFN Listing Job Running.Please donot submit another request for atleast 15 minutes','Success');
186
        },
186
        },
187
		error : function() {
187
		error : function() {
188
		 	jAlert("OOPS!!!Please Try Again.",'ERROR');
188
		 	jAlert("OOPS!!!Please Try Again.",'ERROR');
189
		 },
189
		 },
190
    });  
190
    });