aboutsummaryrefslogtreecommitdiff
path: root/jsTestDriver.conf
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-02 16:06:53 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-02 16:06:53 +0000
commit441c9e85dcb824dba2a44657a31fa29ad71a4ee1 (patch)
treee3558477d639a95bb5a24807d2a8174c73e1ac83 /jsTestDriver.conf
parent99b267a9fc4b023e54a9d2c8ec9bd9fe42a32e54 (diff)
downloadelgg-441c9e85dcb824dba2a44657a31fa29ad71a4ee1.tar.gz
elgg-441c9e85dcb824dba2a44657a31fa29ad71a4ee1.tar.bz2
Refs #2538: Moved js directory to elgg root.
git-svn-id: http://code.elgg.org/elgg/trunk@7189 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'jsTestDriver.conf')
-rw-r--r--jsTestDriver.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/jsTestDriver.conf b/jsTestDriver.conf
index fc1fe0b8b..2f732da7b 100644
--- a/jsTestDriver.conf
+++ b/jsTestDriver.conf
@@ -2,7 +2,7 @@ server: http://localhost:42442
load:
- vendors/jquery/jquery-1.4.2.min.js
- - engine/js/lib/elgglib.js
- - engine/js/classes/*.js
- - engine/js/lib/*.js
- - engine/js/tests/*.js \ No newline at end of file
+ - js/lib/elgglib.js
+ - js/classes/*.js
+ - js/lib/*.js
+ - js/tests/*.js \ No newline at end of file