Nguyễn Trà Giang (
giangtranguyen) wrote in
twine_tutorials2017-07-26 12:39 pm
Entry tags:
How To Remove The Menu Bar
Just copy and paste the code into the Javascript.
For example:
For example:
$('#ui-bar').remove();
$(document.head).find('#style-ui-bar').remove();
