From 065a7dac8eaa93157e558cc1d8ade64eff502558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Tue, 18 Jun 2013 12:33:33 +0200 Subject: [PATCH] Move jquery-cookie to resources. re #73 --HG-- rename : js/jquery.cookies.js => resources/jquery-cookie/jquery.cookies.js --- customize.php | 2 +- index.php | 2 +- {js => resources/jquery-cookie}/jquery.cookies.js | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {js => resources/jquery-cookie}/jquery.cookies.js (100%) diff --git a/customize.php b/customize.php index bc19c65..f7f93d6 100644 --- a/customize.php +++ b/customize.php @@ -25,7 +25,7 @@ <?php echo localize ("customize.title") ?> - + " /> diff --git a/index.php b/index.php index 0f77abe..24200d3 100644 --- a/index.php +++ b/index.php @@ -35,7 +35,7 @@ COPS - + " media="screen" /> diff --git a/js/jquery.cookies.js b/resources/jquery-cookie/jquery.cookies.js similarity index 100% rename from js/jquery.cookies.js rename to resources/jquery-cookie/jquery.cookies.js