Changes

Jump to navigation Jump to search
no edit summary
Line 8: Line 8:  
mw.loader.using( 'oojs-ui-core' ).done( function () {
 
mw.loader.using( 'oojs-ui-core' ).done( function () {
 
$( function () {
 
$( function () {
 +
        mw.storage.set( 'key', 'value' );
 
var input = new OO.ui.TextInputWidget( {
 
var input = new OO.ui.TextInputWidget( {
 
placeholder: 'This is an entry box'
 
placeholder: 'This is an entry box'

Navigation menu