From: Michael Dale Date: Mon, 9 Nov 2009 04:20:53 +0000 (+0000) Subject: * added textSelection plugin from usability X-Git-Tag: 1.31.0-rc.0~38872 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=7a711dd3dfa5cdb2f42539a1e5e53e7b9db39b86;p=lhc%2Fweb%2Fwiklou.git * added textSelection plugin from usability --- diff --git a/js2/editPage.js b/js2/editPage.js index 8e41461b3d..36d2dd50e4 100644 --- a/js2/editPage.js +++ b/js2/editPage.js @@ -46,7 +46,7 @@ js2AddOnloadHook( function() { ); } //add to old toolbar if wikiEditor did not remove '#toolbar' from the page: - setTimeout(function(){ + setTimeout(function(){ if( $j('#btn-add-media-wiz').length == 0 && $j( '#toolbar' ).length != 0 ){ $j( '#toolbar' ).append( '' ); diff --git a/js2/mwEmbed/example_usage/Add_Media_Wizard.html b/js2/mwEmbed/example_usage/Add_Media_Wizard.html index 898c786bdd..6f7270662e 100644 --- a/js2/mwEmbed/example_usage/Add_Media_Wizard.html +++ b/js2/mwEmbed/example_usage/Add_Media_Wizard.html @@ -11,9 +11,10 @@ border:medium none; } - + +