Subversion Repositories SmartDukaan

Rev

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

Rev 24271 Rev 24334
Line 34... Line 34...
34
		loaderDialogObj.modal('hide');
34
		loaderDialogObj.modal('hide');
35
});
35
});
36
 
36
 
37
$( document ).ajaxStart(function() {
37
$( document ).ajaxStart(function() {
38
		if(typeof loaderDialogObj!="undefined")
38
		if(typeof loaderDialogObj!="undefined")
39
			loaderDialogObj.modal('hide');
39
			loaderDialogObj.modal('show');
40
		if(typeof showAlert !="undefined" && showAlert && $('#order-details').length == 0) {
40
		if(typeof showAlert !="undefined" && showAlert && $('#order-details').length == 0) {
41
			var investmentDialog = bootbox.dialog({
41
			var investmentDialog = bootbox.dialog({
42
				title: '<h3	class="text-danger">ATTENTION! LOW INVESTMENT ALERT!</h3>',
42
				title: '<h3	class="text-danger">ATTENTION! LOW INVESTMENT ALERT!</h3>',
43
				message : "<h3>Dear Partner, your investment is below 90%</h3>"
43
				message : "<h3>Dear Partner, your investment is below 90%</h3>"
44
					+  "<dl>"
44
					+  "<dl>"