From 4eb71ab5550aa6a668b38b8ea20ecd354f7d25f1 Mon Sep 17 00:00:00 2001 From: Nicolas Loeuillet Date: Thu, 18 Dec 2014 10:36:47 +0100 Subject: [PATCH 1/2] change jquery path into installation script --- .idea/scopes/scope_settings.xml | 5 +++++ install/index.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .idea/scopes/scope_settings.xml diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml new file mode 100644 index 000000000..922003b84 --- /dev/null +++ b/.idea/scopes/scope_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/install/index.php b/install/index.php index 06d1a4198..ec5041608 100755 --- a/install/index.php +++ b/install/index.php @@ -208,7 +208,7 @@ else if (isset($_POST['install'])) { - + From 0e65fa85d3d83b74c4930e868507ac4a67caef6b Mon Sep 17 00:00:00 2001 From: Nicolas Loeuillet Date: Thu, 18 Dec 2014 10:37:17 +0100 Subject: [PATCH 2/2] remove idea files --- .idea/scopes/scope_settings.xml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .idea/scopes/scope_settings.xml diff --git a/.idea/scopes/scope_settings.xml b/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b84..000000000 --- a/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file