summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/output.php8
-rw-r--r--js/game.js (renamed from include/game.js)0
-rw-r--r--js/jquery.js (renamed from include/jquery.js)0
-rw-r--r--js/jquery.tablesorter.js (renamed from include/jquery.tablesorter.js)0
-rw-r--r--js/jquery.tools.min.js (renamed from include/jquery.tools.min.js)0
5 files changed, 4 insertions, 4 deletions
diff --git a/include/output.php b/include/output.php
index a075fb3..c2a644b 100644
--- a/include/output.php
+++ b/include/output.php
@@ -428,10 +428,10 @@ function output_header()
<link rel="stylesheet" href="<?php echo autoversion("css/normalize.css"); ?>" />
<link rel="stylesheet" href="<?php echo autoversion("css/standard.css"); ?>" />
<link rel="stylesheet" href="<?php echo autoversion("css/dateinput.css"); ?>"/>
- <script type="text/javascript" src="<?php echo autoversion("include/jquery.js"); ?>"> </script>
- <script type="text/javascript" src="<?php echo autoversion("include/jquery.tablesorter.js"); ?>"></script>
- <script type="text/javascript" src="<?php echo autoversion("include/jquery.tools.min.js"); ?>"></script>
- <script type="text/javascript" src="<?php echo autoversion("include/game.js"); ?>"> </script>
+ <script type="text/javascript" src="<?php echo autoversion("js/jquery.js"); ?>"> </script>
+ <script type="text/javascript" src="<?php echo autoversion("js/jquery.tablesorter.js"); ?>"></script>
+ <script type="text/javascript" src="<?php echo autoversion("js/jquery.tools.min.js"); ?>"></script>
+ <script type="text/javascript" src="<?php echo autoversion("js/game.js"); ?>"> </script>
<script type="text/javascript">
</script>
</head>
diff --git a/include/game.js b/js/game.js
index 3a1a080..3a1a080 100644
--- a/include/game.js
+++ b/js/game.js
diff --git a/include/jquery.js b/js/jquery.js
index 7c24308..7c24308 100644
--- a/include/jquery.js
+++ b/js/jquery.js
diff --git a/include/jquery.tablesorter.js b/js/jquery.tablesorter.js
index 64c7007..64c7007 100644
--- a/include/jquery.tablesorter.js
+++ b/js/jquery.tablesorter.js
diff --git a/include/jquery.tools.min.js b/js/jquery.tools.min.js
index 913b943..913b943 100644
--- a/include/jquery.tools.min.js
+++ b/js/jquery.tools.min.js