Index: branches/js2-work/phase3/js/mwEmbed/mwEmbed.js |
— | — | @@ -2376,10 +2376,10 @@ |
2377 | 2377 | mw.setConfig( 'jquery_skin_path', mw.getMwEmbedPath() + 'jquery/jquery.ui/themes/' + mw.getConfig( 'jQueryUISkin' ) + '/' ); |
2378 | 2378 | |
2379 | 2379 | // Only load jquery ui theme sheet if ui-widget does not exist. |
2380 | | - // NOTE: this rule test sucks cuz it does not work cross domain |
2381 | | - if( ! mw.styleRuleExists( 'ui-widget' ) ){ |
| 2380 | + // NOTE: disabled as style sheets are cross domain and it behaves differently across browsers |
| 2381 | + //if( ! mw.styleRuleExists( 'ui-widget' ) ){ |
2382 | 2382 | mw.getStyleSheet( mw.getConfig( 'jquery_skin_path' ) + 'jquery-ui-1.7.1.custom.css' ); |
2383 | | - } |
| 2383 | + //} |
2384 | 2384 | |
2385 | 2385 | mw.setConfig( 'images_path', mw.getMwEmbedPath() + 'skins/common/images/' ); |
2386 | 2386 | |
Index: branches/js2-work/phase3/js/mwEmbed/remotes/mediaWiki.js |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | */ |
6 | 6 | var urlparts = getRemoteEmbedPath(); |
7 | 7 | var mwEmbedHostPath = urlparts[0]; |
8 | | -var mwRemoteVersion = 'r92'; |
| 8 | +var mwRemoteVersion = 'r93'; |
9 | 9 | var mwUseScriptLoader = true; |
10 | 10 | |
11 | 11 | // Log the mwRemote version ( will determine what version of js we get ) |