summaryrefslogtreecommitdiff
path: root/src/client/app.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-21 18:01:15 +0200
committerAlon Levy <alon@pobox.com>2014-12-21 18:01:15 +0200
commit9404d197cedba1c7d2c076762f631c20ad700255 (patch)
tree8d6ca78ef20ae75deaf84acbf9e2abcb7e0eeefc /src/client/app.js
parentda7e5898380bd1f9146945b1c520834f2d86845a (diff)
s/res/static/ for local running - not tested on rhizi.netpastebin
Diffstat (limited to 'src/client/app.js')
-rw-r--r--src/client/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app.js b/src/client/app.js
index 08257ce0..c2c372df 100644
--- a/src/client/app.js
+++ b/src/client/app.js
@@ -1,5 +1,5 @@
(function() {
- var lib_path = '/res/lib/';
+ var lib_path = '/static/lib/';
var config = {
paths: {
jquery: lib_path + 'jquery',