summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-16 18:26:18 +0200
committerAlon Levy <alon@pobox.com>2014-12-16 18:29:07 +0200
commit4974c1aa6589b1e6fe7e6d6bf11cf8810bc64292 (patch)
tree9729aa9754ba735d975717e1344532c360c5a3ca /src
parent6cdf1ac29f617848ca08ddcc544deb1ee069e310 (diff)
client fixes to run with new layout
directives for src names: any js file should be relative any resource should be absolute i.e. all images are /res/img/bla and all js files are bla.js / view/node_view.js etc
Diffstat (limited to 'src')
-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 39acdde7..ae84c953 100644
--- a/src/client/app.js
+++ b/src/client/app.js
@@ -1,5 +1,5 @@
(function() {
- var lib_path = '../lib/';
+ var lib_path = '/res/lib/';
var config = {
paths: {
jquery: lib_path + 'jquery',