Twine Forum
Discussions
Home
›
Help! with 2.0
Sign In
·
Register
Categories
Recent Discussions
Categories
4.9K
All Categories
1.2K
Help! with 1.x
333
Workshop
3K
Help! with 2.0
343
Chit-Chat
Remove the history in Ui-bar
FIF
January 2017
edited January 2017
in
Help! with 2.0
Hello,
Can anyone suggest a way to either remove or disable the
#ui-bar-history
in CSS? Format Sugarcube 2.x.
Thank you!
Comments
FIF
January 2017
SOLVED:
https://twinery.org/forum/discussion/6165/sugarcube-changing-icons
TheMadExile
January 2017
edited January 2017
I don't know which of the two answers within that thread you picked up on, however, the correct one—which I'll restate here—was given by greyelf.
Place the following into your Story JavaScript:
Config.history.controls = false;
DOCUMENTATION:
Config.history.controls
.
ALSO NOTE:
That only disables the history controls within the UI bar. The story history still exists and is tracked.
Forum Software Powered by Vanilla
Comments
Place the following into your Story JavaScript: DOCUMENTATION: Config.history.controls.
ALSO NOTE: That only disables the history controls within the UI bar. The story history still exists and is tracked.