diff --git a/src/front/cobalt.js b/src/front/cobalt.js index dd4df65..aada497 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -475,7 +475,10 @@ window.onload = () => { eid("url-input-area").value = ""; notificationCheck(); loadCelebrationsEmoji(); - if (isIOS) sSet("downloadPopup", "true"); + if (isIOS) { + sSet("downloadPopup", "true"); + eid("downloadPopup-chkbx").style.pointerEvents = "none"; // wip, disables the checkbox without any signs + } let urlQuery = new URLSearchParams(window.location.search).get("u"); if (urlQuery !== null && regex.test(urlQuery)) { eid("url-input-area").value = urlQuery;