Content deleted Content added
update |
update |
||
Line 10:
Window.setTitle( "John Bot II image moval b" );
var form = new QuickForm( jb2script.callback.evaluate );
var
type: 'select',
name: 'movable',
Line 17:
event: jb2script.callback.change_category
} );
type: 'option',
label: 'Yes - It can be moved by John Bot II',
Line 23:
value: 'yes'
} );
type: 'option',
label: "No - It can't be moved by John Bot II",
Line 29:
value: 'no'
} );
type: 'option',
label: "Not by a bot - It can't be moved by a robot",
Line 47:
var evt = document.createEvent( "Event" );
evt.initEvent( 'change', true, true );
result.
}
|