Changes

Jump to navigation Jump to search
no edit summary
Line 11: Line 11:  
placeholder: 'This is an entry box'
 
placeholder: 'This is an entry box'
 
} );
 
} );
 +
 +
 
 
 
input.on( 'enter', function () {
 
input.on( 'enter', function () {
// Check for duplicates and prevent empty input
+
            mw.cookie.set( name.getValue(), 'unknown' );
} );
+
 
 +
        });
 +
 
    
// Append the app widgets
 
// Append the app widgets

Navigation menu