Disable save bar

thecanvasrose
20 Nov 2020, 17:28

Hi! I published my gamebook but there's an annoying blue save bar at the top of the game. How do I get rid of this bar? I'm using my gamebook as a landing page that has links redirecting to other websites, so it just makes no sense for there to be a save bar for this project to begin with.


thecanvasrose
20 Nov 2020, 18:07


thecanvasrose
20 Nov 2020, 18:21

Ah.... nevermind, I figured it out

Just added

JS.eval ("$('#status.ui-widget-header').css('display', 'none')")

To my script

And it got rid of the save bar