Index: trunk/extensions/MwEmbedSupport/MwEmbedModules/MediaWikiSupport/tests/Player_mwtitle.html |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | <html> |
5 | 5 | <head> |
6 | 6 | <title> Sample Player with assets loaded from commons </title> |
7 | | - <script type="text/javascript" src="../../../load.php?modules=startup&only=scripts"></script> |
| 7 | + <script type="text/javascript" src="../../../mwEmbedLoader.php"></script> |
8 | 8 | </head> |
9 | 9 | <body> |
10 | 10 | <h3> Sample Player with assets loaded from commons </h3> |
Index: trunk/extensions/MwEmbedSupport/MwEmbedModules/MwEmbedSupport/mwEmbedSupport.js |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | } |
66 | 66 | }; |
67 | 67 | // Once interfaces are ready update the mwReadyFlag |
68 | | - $( mw ).bind('InterfacesReady', function(){ mw.interfacesReadyFlag = true } ); |
| 68 | + $( mw ).bind('InterfacesReady', function(){ mw.interfacesReadyFlag = true; } ); |
69 | 69 | |
70 | 70 | // Once the DOM is ready start setting up interfaces |
71 | 71 | $( document ).ready(function(){ |