Nguyễn Trà Giang (
giangtranguyen) wrote in
twine_tutorials2017-07-26 12:39 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
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();