Anonymous ID: 08d4d3 Sept. 14, 2021, 8:37 a.m. No.14578457   🗄️.is 🔗kun   >>8521

>>14578334

/ hide the record buttons /$(document).ready(function () { $("[id^=recordButton]").hide();}>$("[id^=recordButton]").hide();Put this inside the >$(document).ready(function () { part if you already have that in your custom.js>}

Anonymous ID: 08d4d3 Sept. 14, 2021, 9:15 a.m. No.14578690   🗄️.is 🔗kun   >>8741

>>14578650

having multiple (document).ready functions crashes the scripts. I was trying to say, if you are already using a custom.js, AND have this line in it:

$(document).ready(function () {

 

then put this line inside that function.

$("[id^=recordButton]").hide();

 

The script is just telling jquery, when the page is ready, hide all the elements on the page with an id starting with recordButton.