Renaming new jQuery.jsMessage plugin to jQuery.mesageBox(). Name was too generic and could be confusing with localization messages.
. Next commit will deal with the contents of the messageBox .js/css files
This commit is contained in:
parent
849f0890c3
commit
0146f3e4f3
4 changed files with 6 additions and 6 deletions
|
|
@ -89,9 +89,9 @@ return array(
|
|||
'jquery.hoverIntent' => array(
|
||||
'scripts' => 'resources/jquery/jquery.hoverIntent.js',
|
||||
),
|
||||
'jquery.jsMessage' => array(
|
||||
'scripts' => 'resources/jquery/jquery.jsMessage.js',
|
||||
'styles' => 'resources/jquery/jquery.jsMessage.css',
|
||||
'jquery.messageBox' => array(
|
||||
'scripts' => 'resources/jquery/jquery.messageBox.js',
|
||||
'styles' => 'resources/jquery/jquery.messageBox.css',
|
||||
),
|
||||
'jquery.placeholder' => array(
|
||||
'scripts' => 'resources/jquery/jquery.placeholder.js',
|
||||
|
|
@ -371,7 +371,7 @@ return array(
|
|||
'jquery.checkboxShiftClick',
|
||||
'jquery.client',
|
||||
'jquery.cookie',
|
||||
'jquery.jsMessage',
|
||||
'jquery.messageBox',
|
||||
'jquery.makeCollapsible',
|
||||
'jquery.placeholder',
|
||||
),
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
// Any initialisation after the DOM is ready
|
||||
$( function() {
|
||||
|
||||
/* Set up $.jsMessage */
|
||||
$.jsMessageNew( {
|
||||
/* Set up $.messageBox */
|
||||
$.messageBoxNew( {
|
||||
'id': 'mw-js-message',
|
||||
'parent': '#content'
|
||||
} );
|
||||
|
|
|
|||
Loading…
Reference in a new issue