Fixed a bug

This commit is contained in:
ION606
2022-10-11 08:43:54 -04:00
parent 1f717bf78e
commit 37babea300
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -255,7 +255,7 @@
async function createCalEvent(day) {
// event.preventDefault();
await new Promise((res, rej) => { res(window.open('https://www.selmerbot.com/newCalEvent.html','newCalPopWindow','loaction=no,width=400,height=350,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')); })
await new Promise((res, rej) => { res(window.open('https://www.selmerbot.com/newCalEvent','newCalPopWindow','loaction=no,width=400,height=350,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')); })
.then((w) => {
if (!w) { alert("Your browser has JavaScript Disabled!"); return w.close(); }