| CODENOTIFIER | HelpYou are not signed inSign in |
Project: eStudy
Revision: 829
Author: commana
Date: 30 Aug 2008 11:53:47
Changes:Diff:| ... | ...@@ -63,10 +63,6 @@ | |
| 63 | 63 | }, |
| 64 | 64 | |
| 65 | 65 | execute: function( pe ) { |
| 66 | if ( this.running ) { | |
| 67 | window.setTimeout( function() { ajaxrequest.execute(pe); }, 1000 ); | |
| 68 | return; | |
| 69 | } | |
| 70 | 66 | this.running = true; |
| 71 | 67 | var params = this.createParameters(); |
| 72 | 68 | this.roundTripTime = new Date().getTime(); |
| ... | ...@@ -163,10 +159,6 @@ | |
| 163 | 159 | |
| 164 | 160 | store: function( data, successFunc, object, postpone ) { |
| 165 | 161 | this.stop(); |
| 166 | if ( this.running ) { | |
| 167 | window.setTimeout( function() { ajaxrequest.store(data, successFunc, object, postpone); }, 1000 ); | |
| 168 | return; | |
| 169 | } | |
| 170 | 162 | this.running = true; |
| 171 | 163 | var saveSuccess = function( transport ) { |
| 172 | 164 | this.running = false; |