Changes

Jump to navigation Jump to search
no edit summary
Line 39: Line 39:     
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()));}
 +
          info.setLabel(radio.getData());
 
           });
 
           });
 
 

Navigation menu