Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1: −
mw.notify( $('<span>storage</span>') );
+
mw.notify( $('<span>storage4</span>') );
 
mw.loader.using( 'oojs-ui-core' ).done( function () {
 
mw.loader.using( 'oojs-ui-core' ).done( function () {
 
$( function () {
 
$( function () {
Line 40: Line 40:  
show.on( 'click', function () {
 
show.on( 'click', function () {
 
      if (radio.getData() == "cookie") {
 
      if (radio.getData() == "cookie") {
             info.setLabel(mw.cookie.get(key.getValue()))});
+
             info.setLabel(mw.cookie.get(key.getValue()));}
 
      else {
 
      else {
             info.setLabel(mw.storage.get(key.getValue()))});
+
             info.setLabel(mw.storage.get(key.getValue()));}
           }});
+
           });
 
 
 
   $( '#mw-content-text' ).prepend(
 
   $( '#mw-content-text' ).prepend(

Navigation menu