diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-09 16:18:12 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-09 16:18:12 +0200 |
| commit | 75bba28a7c739002c1a8412914e10f3506bea86d (patch) | |
| tree | ce571ef0378d747a7d100fbaa91e38fb93b1049f /src/client/app.js | |
| parent | 15d2ca9f7c2e7b7f1464774badcc22b8f659606b (diff) | |
server/client: move rz_config to templates, fill in to match server config host/post
Diffstat (limited to 'src/client/app.js')
| -rw-r--r-- | src/client/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app.js b/src/client/app.js index b0485090..dd2b034a 100644 --- a/src/client/app.js +++ b/src/client/app.js @@ -5,6 +5,7 @@ 'socketio': { exports: 'io' }, }, paths: { + rz_config: '/rz_config', autocomplete: lib_path + 'autocomplete', caret: lib_path + 'caret', Bacon: lib_path + 'Bacon', |
