r86405 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86404‎ | r86405 | r86406 >
Date:15:37, 19 April 2011
Author:dale
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/extensions/MwEmbedSupport/MwEmbedModules/MediaWikiSupport/tests/Player_mwtitle.html (modified) (history)
  • /trunk/extensions/MwEmbedSupport/MwEmbedModules/MwEmbedSupport/mwEmbedSupport.js (modified) (history)

Diff [purge]

Index: trunk/extensions/MwEmbedSupport/MwEmbedModules/MediaWikiSupport/tests/Player_mwtitle.html
@@ -3,7 +3,7 @@
44 <html>
55 <head>
66 <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>
88 </head>
99 <body>
1010 <h3> Sample Player with assets loaded from commons </h3>
Index: trunk/extensions/MwEmbedSupport/MwEmbedModules/MwEmbedSupport/mwEmbedSupport.js
@@ -64,7 +64,7 @@
6565 }
6666 };
6767 // Once interfaces are ready update the mwReadyFlag
68 - $( mw ).bind('InterfacesReady', function(){ mw.interfacesReadyFlag = true } );
 68+ $( mw ).bind('InterfacesReady', function(){ mw.interfacesReadyFlag = true; } );
6969
7070 // Once the DOM is ready start setting up interfaces
7171 $( document ).ready(function(){

Status & tagging log