Subversion Repositories SmartDukaan

Rev

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

Rev 13014 Rev 13296
Line 73... Line 73...
73
	<script src="/js/jquery.countdown360.js" type="text/javascript" charset="utf-8"></script>
73
	<script src="/js/jquery.countdown360.js" type="text/javascript" charset="utf-8"></script>
74
    <script type="text/javascript" charset="utf-8">
74
    <script type="text/javascript" charset="utf-8">
75
		var callCounter = 0;
75
		var callCounter = 0;
76
    	$("#countdown").countdown360({
76
    	$("#countdown").countdown360({
77
	         radius      : 50,
77
	         radius      : 50,
78
    	     seconds     : 60,
78
    	     seconds     : 90,
79
        	 fontColor   : 'white',
79
        	 fontColor   : 'white',
80
         	fillStyle   : '#6699ff',
80
         	fillStyle   : '#6699ff',
81
         	strokeStyle : '#F6F47A',
81
         	strokeStyle : '#F6F47A',
82
         	autostart   : true,
82
         	autostart   : true,
83
         	onComplete  : function () { hideCountDown()}
83
         	onComplete  : function () { hideCountDown()}
Line 108... Line 108...
108
					}
108
					}
109
				},
109
				},
110
				error : function() {
110
				error : function() {
111
				incrementCounter();
111
				incrementCounter();
112
					if ($('#countdown').is(':visible')) {
112
					if ($('#countdown').is(':visible')) {
113
						if (callCounter < 3) {
113
						if (callCounter < 8) {
114
							window.setTimeout(checkUnknownTransactions, 5000);
114
							window.setTimeout(checkUnknownTransactions, 5000);
115
						}
115
						}
116
					}
116
					}
117
				}
117
				}
118
			});
118
			});