diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-06-07 18:08:07 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-06-07 18:08:07 +0300 |
commit | 562fd4eb2551cf26c19d619bdf00dbd965fb11d5 (patch) | |
tree | 3b0c20572e94b4d1d25b0aeb46594469bfc32188 /rannak/mangud/direktor | |
parent | 62caa37da257987c9585ac57ab64bb12ea481d0b (diff) |
logos
Former-commit-id: ae8208f2b601fc90dbf3bcbd976e17ae6fe85f83
Diffstat (limited to 'rannak/mangud/direktor')
-rw-r--r-- | rannak/mangud/direktor/baltikett/index.html | 6 | ||||
-rw-r--r-- | rannak/mangud/direktor/loosung/index.html | 2 | ||||
-rw-r--r-- | rannak/mangud/direktor/loosung/script.js | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/rannak/mangud/direktor/baltikett/index.html b/rannak/mangud/direktor/baltikett/index.html index 0630c4c..1f8cbf4 100644 --- a/rannak/mangud/direktor/baltikett/index.html +++ b/rannak/mangud/direktor/baltikett/index.html @@ -2,7 +2,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=, initial-scale=1.0"> - <title>Baltikett</title> + <title>Balti kett</title> <!-- Bootstrap - CSS only --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous"> @@ -12,7 +12,7 @@ <body class="text-white"> <div class="container text-center text-white align-items-center"> - <h1 class="pb-1 pt-2">Baltikett</h1> + <h1 class="pb-1 pt-2">Balti kett</h1> <p> Vali parempoolsest rippmenüüst joonlaua ikoon (vasakpoolse paneeli võid sulgeda). Balti keti pikkust saad mõõta märkides alguspunkti ning seejärel liikuda klikkides @@ -84,7 +84,7 @@ <div class="inputWrapper"> <div> - <label for="teekond">Baltiketi Teekond Eestis:</label> + <label for="teekond">Balti keti teekond Eestis:</label> <input class="teekondInput" name="teekond" type="text" value="" placeholder="Pikkus (km)"/> </div> 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(); + }); |