Subversion Repositories SmartDukaan

Rev

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

Rev 13004 Rev 13005
Line 232... Line 232...
232
						}
232
						}
233
					}
233
					}
234
				},
234
				},
235
				error : function() {
235
				error : function() {
236
					incrementCounter();
236
					incrementCounter();
-
 
237
					if ($('#countdown').is(':visible')){
-
 
238
						if(callCounter < 4){
-
 
239
							window.setTimeout(checkUnknownTransactions, 5000);
-
 
240
						}
-
 
241
					}
237
				}
242
				}
238
			});
243
			});
239
		}			
244
		}			
240
		
245
		
241
		function incrementCounter(){
246
		function incrementCounter(){