From: Arun Persaud Date: Wed, 9 May 2012 03:54:58 +0000 (-0700) Subject: moved js files into their own directory X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82dcaa7840d62d84174c91af4349262bfb4b18f9;p=e-DoKo.git moved js files into their own directory --- 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() " /> " /> "/> - - - - + + + + diff --git a/include/game.js b/js/game.js similarity index 100% rename from include/game.js rename to js/game.js diff --git a/include/jquery.js b/js/jquery.js similarity index 100% rename from include/jquery.js rename to js/jquery.js diff --git a/include/jquery.tablesorter.js b/js/jquery.tablesorter.js similarity index 100% rename from include/jquery.tablesorter.js rename to js/jquery.tablesorter.js diff --git a/include/jquery.tools.min.js b/js/jquery.tools.min.js similarity index 100% rename from include/jquery.tools.min.js rename to js/jquery.tools.min.js