moved js files into their own directory
authorArun Persaud <arun@nubati.net>
Wed, 9 May 2012 03:54:58 +0000 (20:54 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 9 May 2012 03:54:58 +0000 (20:54 -0700)
include/output.php
js/game.js [moved from include/game.js with 100% similarity]
js/jquery.js [moved from include/jquery.js with 100% similarity]
js/jquery.tablesorter.js [moved from include/jquery.tablesorter.js with 100% similarity]
js/jquery.tools.min.js [moved from include/jquery.tools.min.js with 100% similarity]

index a075fb3f827e72a205142b667544ca7104ea6bce..c2a644b59516a7177744b178418d8dff5e87e24d 100644 (file)
@@ -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"); ?>"/>
      <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>
      <script type="text/javascript">
      </script>
   </head>
similarity index 100%
rename from include/game.js
rename to js/game.js
similarity index 100%
rename from include/jquery.js
rename to js/jquery.js