From 8f3d2b1b6ff3cb2378a2ce5403faebaadca61c11 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Fri, 5 May 2023 18:37:52 +0300 Subject: Parandused Former-commit-id: 5f3ba2029e5783e370d2a7808b5ede5448424e14 --- rannak/mangud/direktor/loosung/script.js | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'rannak/mangud/direktor/loosung/script.js') diff --git a/rannak/mangud/direktor/loosung/script.js b/rannak/mangud/direktor/loosung/script.js index 191d743..576ad4d 100644 --- a/rannak/mangud/direktor/loosung/script.js +++ b/rannak/mangud/direktor/loosung/script.js @@ -98,14 +98,30 @@ document.querySelector("#loosung").addEventListener("input", () => {CheckIfAllGo +// BulletPoints eventListener +bulletBtns = document.querySelectorAll("#sundmus"); +bulletBtns.forEach(element => { + element.addEventListener('change', () => CheckIfAllGood()); +}); + + + + + + -// Funcs // + + + + + + +// Other Funcs // function CheckIfAllGood(){ //let radioBtn = document.querySelector("input[name='sundmuseValik']:checked"); let loosung = document.querySelector("#loosung"); - if (document.querySelector("input[name='sundmuseValik']:checked") != null && changedArr.length >= 3 && loosung.innerHTML != "Muuda loosung enda omaks!"){ moveOnEnable(); @@ -119,6 +135,6 @@ function CheckIfAllGood(){ function moveOnEnable(){ const btn = document.querySelector(".moveOn"); btn.disabled = false; - btn.onclick = () => location.href = ""; + btn.onclick = () => location.href = "../kone"; } -- cgit v1.2.3