From 9404d197cedba1c7d2c076762f631c20ad700255 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 21 Dec 2014 18:01:15 +0200 Subject: s/res/static/ for local running - not tested on rhizi.net --- src/client/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app.js') 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', -- cgit v1.3.1