Index: trunk/extensions/MetavidWiki/skins/mv_embed/libAddMedia/mvUploader.js |
— | — | @@ -364,8 +364,7 @@ |
365 | 365 | }, |
366 | 366 | processApiResult: function( apiRes ){ |
367 | 367 | var _this = this; |
368 | | - //check for simple error |
369 | | - debugger; |
| 368 | + //check for simple error |
370 | 369 | if( apiRes.error ){ |
371 | 370 | _this.updateUploadError( apiRes.error ); |
372 | 371 | //check for upload api error: |
Index: trunk/extensions/MetavidWiki/skins/mv_embed/libSequencer/mvPlayList.js |
— | — | @@ -623,8 +623,8 @@ |
624 | 624 | //@@todo pre-load each clip: |
625 | 625 | //play all active clips (playlist_swap_loader can have more than one clip active) |
626 | 626 | $j.each(this.activeClipList.getClipList(), function(inx, clip){ |
627 | | - clip.embed.play(); |
628 | | - }); |
| 627 | + clip.embed.play(); |
| 628 | + }); |
629 | 629 | }else if(this.cur_clip.embed.supports['playlist_driver']){ |
630 | 630 | //js_log('playlist_driver'); |
631 | 631 | //embedObject is feed the playlist info directly and manages next/prev |
Index: trunk/extensions/MetavidWiki/skins/mv_embed/mv_embed.js |
— | — | @@ -345,7 +345,7 @@ |
346 | 346 | jQueryCheck:function(callback){ |
347 | 347 | var _this = this; |
348 | 348 | _this.doLoad({ |
349 | | - 'window.jQuery' :'jquery/jquery-1.2.6.js' |
| 349 | + 'window.jQuery' :'jquery/jquery-1.3.2.js' |
350 | 350 | },function(){ |
351 | 351 | _global['$j'] = jQuery.noConflict(); |
352 | 352 | //set up ajax to not send dynamic urls for loading scripts (we control that with the scriptLoader) |