QBDevelopment
7 years agoQrew Cadet
Troubleshooting IOL Hide function
I'm trying to use the IOL function to get rid of all 'Save & close' and 'Cancel' button in edit mode -- it works, but a residual blue button remains(?)
I'm using
$('#saveButton').hide();
$('#saveMenu').hide();
$('#cancelButton').hide();
functions to hide the other buttons.
Does anyone have any clue how I can get rid of this blue button?
I'm using
$('#saveButton').hide();
$('#saveMenu').hide();
$('#cancelButton').hide();
functions to hide the other buttons.
Does anyone have any clue how I can get rid of this blue button?