diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-29 19:46:38 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-29 19:50:01 +0300 |
| commit | 13a846813a1cf192355485197fc144d37e34eb63 (patch) | |
| tree | 3da93c49216c8c4c627136d7046d17e841b57503 /res/templates/index.html | |
| parent | 86762454fdb782193ea59712dc8704f99c9c549b (diff) | |
revive static/js move
Diffstat (limited to 'res/templates/index.html')
| -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 c2d47381..87fc59ad 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -19,8 +19,8 @@ var rz_config = { // set as a global variable var RZ_VERSION = '{% include "fragment/version.txt" %}'; </script> -<script data-main='/static/app.js' src="/static/lib/require.js"></script> -<script src="/static/local_config.js"></script> +<script data-main='/static/js/app.js' src="/static/lib/require.js"></script> +<script src="/static/js/local_config.js"></script> {% endblock %} {% block content %} <div class="top-bar"> |
