Skip to content

Commit 5c4cdeb

Browse files
committed
Remove some things from a prototype nav bar
1 parent 621196c commit 5c4cdeb

6 files changed

Lines changed: 3 additions & 35 deletions

File tree

site/about/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="LegoFan9 SWGoH Tools - About">
88
<meta name="author" content="LegoFan9">
99
<link rel="icon" href="../favicon.ico">
10-
<link rel="stylesheet" href="../src/nav-bar.css">
10+
<link rel="stylesheet" href="/src/nav-bar.css">
1111
<link rel="stylesheet" href="style.css">
1212
<title>LegoFan9 Tools</title>
1313
<!-- Google tag (gtag.js) -->
@@ -49,10 +49,4 @@
4949
assets</li>
5050
</ul>
5151
<p>There are more plans for the future, but for now I think thats all. MTFBWY</p>
52-
53-
<script>
54-
document.querySelector(".menu-toggle").addEventListener("click", () => {
55-
document.querySelector(".nav-links").classList.toggle("show");
56-
});
57-
</script>
5852
</body>

site/index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ <h1>Welcome to LegoFan9's SWGoH Tools</h1>
124124
</a>
125125
<div style="height: 20px"></div>
126126
<p>By using this site you agree to allow useage of Google Analytics</p>
127-
128-
<script>
129-
document.querySelector(".menu-toggle").addEventListener("click", () => {
130-
document.querySelector(".nav-links").classList.toggle("show");
131-
});
132-
</script>
133127
</body>
134128

135129
</html>

site/swgoh-portrait-maker/index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="SWGoH Portrait Maker - Create custom portraits for your favorite characters.">
88
<meta name="author" content="LegoFan9">
99
<link rel="icon" href="/favicon.ico" type="image/x-icon">
10-
<link rel="stylesheet" href="../src/nav-bar.css">
10+
<link rel="stylesheet" href="/src/nav-bar.css">
1111
<title>SWGoH Portrait Maker</title>
1212
<link rel="stylesheet" href="style.css">
1313
<script src="https://cdnjs.cloudflare.com/ajax/libs/dom-to-image/2.6.0/dom-to-image.min.js"></script>
@@ -190,12 +190,7 @@ <h2 style="margin-top:0;">Notice</h2>
190190
</div>
191191
<div id="debugGapC" style="height: 30px; display: none;"></div>
192192
</footer>
193-
<script src="../src/portraitMaker.js" type="module"></script>
194-
<script>
195-
document.querySelector(".menu-toggle").addEventListener("click", () => {
196-
document.querySelector(".nav-links").classList.toggle("show");
197-
});
198-
</script>
193+
<script src="/src/portraitMaker.js" type="module"></script>
199194
</body>
200195

201196
</html>

site/swgoh-updates/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ <h1>SWGoH Updates</h1>
6262
<a class="app-link" href="sprite-downloads/" style="margin-top: auto;">Open</a>
6363
</div>
6464
</div>
65-
<script>
66-
document.querySelector(".menu-toggle").addEventListener("click", () => {
67-
document.querySelector(".nav-links").classList.toggle("show");
68-
});
69-
</script>
7065
</body>
7166

7267
</html>

site/swgoh-updates/loc-bundle-format/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,4 @@ <h1>SWGoH Localization Bundle Formatter</h1>
6262
&copy; 2025 LegoFan9. All rights reserved.
6363
</footer>
6464
<script src="/src/locFormat.js" type="module"></script>
65-
<script>
66-
document.querySelector(".menu-toggle").addEventListener("click", () => {
67-
document.querySelector(".nav-links").classList.toggle("show");
68-
});
69-
</script>
7065
</body>

site/swgoh-updates/sprite-downloads/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ <h1>Download the Latest Sprites</h1>
5656
window.location.href = "download.html";
5757
});
5858
</script>
59-
<script>
60-
document.querySelector(".menu-toggle").addEventListener("click", () => {
61-
document.querySelector(".nav-links").classList.toggle("show");
62-
});
63-
</script>
6459
</body>
6560

6661
</html>

0 commit comments

Comments
 (0)