Index: trunk/extensions/MwEmbedSupport/MwEmbedSupport.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | MwEmbedResourceManager::register( 'extensions/MwEmbedSupport/MwEmbedModules/MediaWikiSupport' ); |
51 | 51 | |
52 | 52 | // Add MwEmbedSupport to Startup: |
53 | | -function MwUpdateStartupModules( &$modules ){ |
| 53 | +function MwUpdateStartupModules( &$modules ){ |
54 | 54 | // TODO parser will become part of core once Neil's parser patch gets in there. |
55 | 55 | array_push($modules, 'mediawiki.language', 'mediawiki.language.parser', 'jquery.triggerQueueCallback', |
56 | 56 | 'jquery.mwEmbedUtil', 'mwEmbedStartup' ); |
Index: trunk/extensions/MwEmbedSupport/MwEmbedModules/MwEmbedSupport/jquery/jquery.triggerQueueCallback.js |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | } |
56 | 56 | |
57 | 57 | if( !callbackSet || callbackSet.length === 0 ){ |
58 | | - mw.log( '"mwEmbed::jQuery.triggerQueueCallback: No events run the callback directly: ' + triggerName ); |
| 58 | + //mw.log( '"mwEmbed::jQuery.triggerQueueCallback: No events run the callback directly: ' + triggerName ); |
59 | 59 | // No events run the callback directly |
60 | 60 | callback(); |
61 | 61 | return ; |
Index: trunk/extensions/MwEmbedSupport/MwEmbedModules/MwEmbedSupport/skins/common/MwEmbedCommonStyle.css |
— | — | @@ -19,7 +19,8 @@ |
20 | 20 | height:32px; |
21 | 21 | display:block; |
22 | 22 | padding:0px; |
23 | | - background-image: url('images/loading_ani.gif'); |
| 23 | + /* @embed */ |
| 24 | + background-image: url(images/loading_ani.gif); |
24 | 25 | margin: auto; |
25 | 26 | } |
26 | 27 | .cssLoadingSpinner { |