Changes

Jump to navigation Jump to search
no edit summary
Line 38: Line 38:  
             mw.storage.set( key.getValue(), value.getValue() );
 
             mw.storage.set( key.getValue(), value.getValue() );
 
  }});
 
  }});
  −
  −
show.on( 'click', function () {
  −
      if (radio.getData() == "cookie") {
  −
            info.setLabel(mw.cookie.get(key.getValue()))});
  −
      else {
  −
            info.setLabel(mw.storage.get(key.getValue()))});
  −
          }});
   
 
 
   $( '#mw-content-text' ).prepend(
 
   $( '#mw-content-text' ).prepend(

Navigation menu