Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
mw.notify( $('<span>storage</span>') );
 
mw.notify( $('<span>storage</span>') );
   
mw.loader.using( 'oojs-ui-core' ).done( function () {
 
mw.loader.using( 'oojs-ui-core' ).done( function () {
$( function () {
+
$( function () {} );})
        var save = new OO.ui.ButtonWidget( {
  −
                        label: 'save'
  −
                } );
  −
  −
save.on( 'click', function () {
  −
            mw.cookie.set( key.getValue(), value.getValue() )});
  −
       
  −
 
  −
Append the app widgets
  −
  $( '#mw-content-text' ).prepend(
  −
//                radio.$element,
  −
//                key.$element,
  −
//                value.$element,
  −
                save.$element,
  −
//                show.$element,
  −
//                info.$element
  −
);
  −
 
  −
} );
  −
 
  −
} );
 

Navigation menu