Index: trunk/extensions/TimedMediaHandler/MwEmbedModules/TimedText/resources/mw.TimedText.js |
— | — | @@ -389,13 +389,12 @@ |
390 | 390 | // Get the text per kind |
391 | 391 | var textCategories = [ ]; |
392 | 392 | |
393 | | - //for( var i = 0; i < this.enabledSources.length ; i++ ) { |
394 | | - //var source = this.enabledSources[ i ]; |
395 | | - var source = this.enabledSources[ 0 ]; |
| 393 | + for( var i = 0; i < this.enabledSources.length ; i++ ) { |
| 394 | + var source = this.enabledSources[ i ]; |
396 | 395 | if( source ) { |
397 | 396 | this.updateSourceDisplay( source, currentTime ); |
398 | 397 | } |
399 | | - //} |
| 398 | + } |
400 | 399 | }, |
401 | 400 | |
402 | 401 | /** |