Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Koala3353 authored Feb 2, 2024
1 parent b9d25ba commit 71d5a5c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion assets/js/logincheck.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion resources/arduino/videos/arduino-video1.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
margin-left: 22px;
"
><img
src="assets/img/fll%20logo%20with%20name%20new.png"
src="../../../assets/img/fll%20logo%20with%20name%20new.png"
width="111"
style="padding-top: 0px; margin-top: 2px" /><a
href="../../../index.html"
Expand Down
2 changes: 1 addition & 1 deletion resources/arduino/videos/arduino-video2.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
margin-left: 22px;
"
><img
src="assets/img/fll%20logo%20with%20name%20new.png"
src="../../../assets/img/fll%20logo%20with%20name%20new.png"
width="111"
style="padding-top: 0px; margin-top: 2px" /><a
href="../../../index.html"
Expand Down
2 changes: 1 addition & 1 deletion resources/arduino/videos/arduino-video3.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
margin-left: 22px;
"
><img
src="assets/img/fll%20logo%20with%20name%20new.png"
src="../../../assets/img/fll%20logo%20with%20name%20new.png"
width="111"
style="padding-top: 0px; margin-top: 2px" /><a
href="../../../index.html"
Expand Down
2 changes: 1 addition & 1 deletion resources/arduino/videos/arduinovids.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
margin-left: 22px;
"
><img
src="assets/img/fll%20logo%20with%20name%20new.png"
src="../../../assets/img/fll%20logo%20with%20name%20new.png"
width="111"
style="padding-top: 0px; margin-top: 2px" /><a
href="../../../index.html"
Expand Down
2 changes: 1 addition & 1 deletion resources/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
margin-left: 22px;
"
><img
src="assets/img/fll%20logo%20with%20name%20new.png"
src="../assets/img/fll%20logo%20with%20name%20new.png"
width="111"
style="padding-top: 0px; margin-top: 2px" /><a
href="../../../index.html"
Expand Down

0 comments on commit 71d5a5c

Please sign in to comment.