diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-21 11:37:38 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-21 12:08:41 +0200 |
| commit | 3dd9d36748c28ba9e48a37858c0938cceafde683 (patch) | |
| tree | ff82c07eef1940548f53764fcc0c95a6ddf797e7 | |
| parent | f1000e102195b5cbcfcc67cf8763a1b788bf39bf (diff) | |
fix app.js, local_config.js - prefix with '/static'
| -rw-r--r-- | res/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index beec1459..f805c518 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -5,8 +5,8 @@ <link href="/res/css/style.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="/res/img/favicon2.ico" /> - <script src="local_config.js"></script> - <script data-main='app.js' src="/res/lib/require.js"></script> + <script src="/static/local_config.js"></script> + <script data-main='/static/app.js' src="/res/lib/require.js"></script> </head> |
