Changes

Jump to navigation Jump to search
no edit summary
Line 28: Line 28:  
label: 'label'
 
label: 'label'
 
} );
 
} );
 
+
  save.on( 'click', function () {
 +
            mw.cookie.set( key.getValue(), value.getValue() )});
 +
       
 +
show.on( 'click', function () {
 +
            info.setLabel(mw.cookie.get(key.getValue()))});
    
   $( '#mw-content-text' ).prepend(
 
   $( '#mw-content-text' ).prepend(

Navigation menu