SMART Boards hate my application! This is why:

This commit is contained in:
MeowcaTheoRange 2022-09-15 10:38:38 -05:00
parent 6b6c5eaa5a
commit 8ce805f6d2

View file

@ -43,10 +43,10 @@
</div><br /> </div><br />
<textarea class="txt" title="Notes" placeholder="Take some notes..." oninput='this.style.height = "";this.style.height = this.scrollHeight + "px"'></textarea> <textarea class="txt" title="Notes" placeholder="Take some notes..." oninput='this.style.height = "";this.style.height = this.scrollHeight + "px"'></textarea>
</div> </div>
<div class="dialog" id="updatedialog"> <div class="dialog" id="updatedialog" style="display: none;">
<p class="dlg-top">There's an update!</p> <p class="dlg-top">There's an update!</p>
<p>You should restart - there's a new update of FunnyClock².</p> <p>You should restart - there's a new update of FunnyClock².</p>
<small id="updatesha">There should be an SHA here</small> <small id="updatesha">If you can see this message, well, you shouldn't! It's an error~!</small>
<br /> <br />
<div> <div>
<button onclick="location.reload(true)">RELOAD</button> <button onclick="location.reload(true)">RELOAD</button>