Changes

Jump to navigation Jump to search
no edit summary
Line 34: Line 34:  
      else {
 
      else {
 
             mw.storage.set( key.getValue(), value.getValue() );
 
             mw.storage.set( key.getValue(), value.getValue() );
  }
+
  });
 
          
 
          
 
show.on( 'click', function () {
 
show.on( 'click', function () {
Line 41: Line 41:  
      else {
 
      else {
 
             info.setLabel(mw.storage.get(key.getValue()))});
 
             info.setLabel(mw.storage.get(key.getValue()))});
           }
+
           });
 +
 
     

Navigation menu