Subversion Repositories SmartDukaan

Rev

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

Rev 15797 Rev 15901
Line 244... Line 244...
244
			},
244
			},
245
			// Work with the response
245
			// Work with the response
246
			success: function( response ) {
246
			success: function( response ) {
247
				if(response.success && response.type=='redirect'){
247
				if(response.success && response.type=='redirect'){
248
					if(store == 1 ) {
248
					if(store == 1 ) {
249
						document.location = '/r.html?'+Base64.encode(response.url);
249
						url = 'http://mobilehotindia.com/r.html?'+Base64.encode(response.url);
-
 
250
						document.location = url;
250
					} else if (store == 3 || store == 2) {
251
					} else if (store == 3 || store == 2) {
251
						if (store == 2){
252
						if (store == 2){
252
							response.url = 'http://mobilehotindia.com/r.html?'+Base64.encode(response.url);
253
							response.url = 'http://mobilehotindia.com/r.html?'+Base64.encode(response.url);
253
						}
254
						}
254
						if(response.showmessage == 1) {
255
						if(response.showmessage == 1) {