diff --git a/assets/js/logincheck.js b/assets/js/logincheck.js
index ab3e1a2..c7c8cf3 100644
--- a/assets/js/logincheck.js
+++ b/assets/js/logincheck.js
@@ -1,9 +1,10 @@
-window.addEventListener("DOMContentLoaded", (event) => {
+window.addEventListener("DOMContentLoaded", () => {
var buttons = document.getElementsByClassName('restrict-button');
for (var i = 0; i < buttons.length; i++) {
buttons[i].addEventListener("click", function (event) {
console.log('button clicked');
+ console.log(localStorage);
var reflowAuth = localStorage.getItem('reflowAuth');
if (!reflowAuth) {
diff --git a/resources/arduino/videos/arduino-video1.html b/resources/arduino/videos/arduino-video1.html
index 14a98ff..915134d 100644
--- a/resources/arduino/videos/arduino-video1.html
+++ b/resources/arduino/videos/arduino-video1.html
@@ -52,7 +52,7 @@
margin-left: 22px;
"
>