Forum Discussion
ChrissyChamberl
12 years agoCommunity Member
Delete or hide Refresh icon ONLY, but keep Seekbar
With the way my course is setup and with everything I've read here in the forums, the refresh button that comes with the seekbar simply won't work. Most of my slides are set to "resume saved state...
OwenHolt
7 years agoSuper Hero
If you aren't against using JavaScript, run the following code on your master slides when timeline starts:
$('button.btn-reset').hide();
If you have a slide where you want to show it again use the following:
$('button.btn-reset').show();