Changes

Jump to navigation Jump to search
no edit summary
Line 35: Line 35:  
  }
 
  }
 
      else {
 
      else {
             mw.storage.set( key.getValue(), radio.getData() );
+
             mw.storage.set( key.getValue(), value.getValue() );
 
  }});
 
  }});
   Line 43: Line 43:  
      else {
 
      else {
 
             info.setLabel(mw.storage.get(key.getValue()));}
 
             info.setLabel(mw.storage.get(key.getValue()));}
           info.setLabel(radio.getData());
+
           mw.notify($('<span>'+radio.getData()+'</span>') );
 
           });
 
           });
 
 

Navigation menu