Subversion Repositories SmartDukaan

Rev

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

Rev 6307 Rev 6336
Line 26... Line 26...
26
        	url : "/recharge!getAllDenominations?operatorId=" + operatorId + "&circleCode=" + circleCode + "&denominationType=" + denominationType,
26
        	url : "/recharge!getAllDenominations?operatorId=" + operatorId + "&circleCode=" + circleCode + "&denominationType=" + denominationType,
27
        	success : function(response) {
27
        	success : function(response) {
28
        		jQuery('#popularPlansInner').empty();
28
        		jQuery('#popularPlansInner').empty();
29
            	jQuery('#popularPlansInner').html(response);
29
            	jQuery('#popularPlansInner').html(response);
30
        	},
30
        	},
31
			failure : function() {
31
			error : function() {
32
				jQuery('#popularPlansInner').empty();
32
				jQuery('#popularPlansInner').empty();
33
				jQuery('#popularPlansInner').html("<div style='padding:15px;'>This information is unavailable for now.<br>You can recharge with the amount you normally use or you can try later.</div>");
33
				jQuery('#popularPlansInner').html("<div style='padding:15px;'>This information is unavailable for now.<br>You can recharge with the amount you normally use or you can try later.</div>");
34
			}
34
			}
35
		});				
35
		});				
36
	});
36
	});