Index: trunk/extensions/LiveTranslate/includes/ext.livetranslate.js |
— | — | @@ -118,7 +118,6 @@ |
119 | 119 | |
120 | 120 | if ( chunkSize < currentMaxSize ) { |
121 | 121 | element.replaceWholeText( chunks.join() ); |
122 | | - runningJobs--; |
123 | 122 | handleTranslationCompletion( targetLang ); |
124 | 123 | } |
125 | 124 | else { |