summaryrefslogtreecommitdiff
path: root/rannak/mangud/direktor/loosung
diff options
context:
space:
mode:
Diffstat (limited to 'rannak/mangud/direktor/loosung')
-rw-r--r--rannak/mangud/direktor/loosung/index.html2
-rw-r--r--rannak/mangud/direktor/loosung/script.js4
2 files changed, 5 insertions, 1 deletions
diff --git a/rannak/mangud/direktor/loosung/index.html b/rannak/mangud/direktor/loosung/index.html
index f032d79..dadd237 100644
--- a/rannak/mangud/direktor/loosung/index.html
+++ b/rannak/mangud/direktor/loosung/index.html
@@ -104,7 +104,7 @@
<div class="info">
- <h4>Loe sündmustest Lähemalt siin:</h4>
+ <h4>Loe sündmustest lähemalt siin:</h4>
<div class="innerWrapper">
<div>
<input type="radio" id="sundmus" name="sundmuseValik" value="hirvepark">
diff --git a/rannak/mangud/direktor/loosung/script.js b/rannak/mangud/direktor/loosung/script.js
index 576ad4d..aaf6241 100644
--- a/rannak/mangud/direktor/loosung/script.js
+++ b/rannak/mangud/direktor/loosung/script.js
@@ -89,8 +89,12 @@ resetBtn.addEventListener("click", () => {
fontColor.value = "#ffffff";
fontSize.value = 20;
+ let moveOnBtn = document.querySelector(".moveOn");
+ moveOnBtn.disabled = true;
+
loosung.innerHTML = "Muuda Loosung enda omaks!";
changedArr = new Array();
+
});