Changes

Jump to navigation Jump to search
no edit summary
Line 12: Line 12:  
( function ( $, mw ) {
 
( function ( $, mw ) {
 
'use strict';
 
'use strict';
         mw.notify( $('code is run') );
+
         mw.notify( $('<span>code is run</span>') );
      Line 50: Line 50:     
function openNewItemPopup( currentField ) {
 
function openNewItemPopup( currentField ) {
 +
                mw.notify( $('<span>openNewItemPopup</span>') );
 
// .submit( requestDeletion )
 
// .submit( requestDeletion )
 
var currentLabel = currentField.val();
 
var currentLabel = currentField.val();

Navigation menu