We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b3e29 commit d6dc8c4Copy full SHA for d6dc8c4
3 files changed
piratebox/piratebox/www_content/index.html
@@ -3,7 +3,6 @@
3
<head>
4
<link rel="stylesheet" href="/content/css/page_style.css">
5
<title>PirateBox - Share Freely!</title>
6
- <script src="/content/js/konami.js"></script>
7
<script src="/content/js/jquery.min.js"></script>
8
<script src="/content/js/scripts.js"></script>
9
<link rel="stylesheet" href="/css/jquery-ui.min.css">
@@ -95,12 +94,6 @@ <h3 data-l10n-id="mainChatTextColor">Text Color:</h3>
95
94
</div>
96
</section>
97
98
- <script type="text/javascript">
99
- konamiCode(function () {
100
- window.location = 'nothing.html';
101
- }).start();
102
- </script>
103
-
104
<footer id="about">
105
<div class="container">
106
<div id="details">
piratebox/piratebox/www_content/js/konami.js
piratebox/piratebox/www_content/nothing.html
0 commit comments