Changes

Jump to navigation Jump to search
no edit summary
Line 4: Line 4:  
$( function () {
 
$( function () {
   −
          var option1 = new OO.ui.RadioOptionWidget( {
+
//          var option1 = new OO.ui.RadioOptionWidget( {
data: 'cookie',
+
// data: 'cookie',
label: 'cookie'
+
// label: 'cookie'
        } ),
+
//         } ),
  option2 = new OO.ui.RadioOptionWidget( {
+
//   option2 = new OO.ui.RadioOptionWidget( {
data: 'storage',
+
// data: 'storage',
label: 'storage'
+
// label: 'storage'
        } ),
+
//         } ),
    key = new OO.ui.TextInputWidget( {
+
    var key = new OO.ui.TextInputWidget( {
 
placeholder: 'key'
 
placeholder: 'key'
 
} ),
 
} ),

Navigation menu