diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-04 13:38:18 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-04 13:38:18 +0300 |
| commit | 8c7d1c8899d5b80625c8614f08cc76464492d1cd (patch) | |
| tree | ae2c1fea4db5e693809c4a4e63defa96fc21b04a | |
| parent | 165381b79c54b1626db082ae45311ac3ceb0ffc9 (diff) | |
res/templates/pw_reset: fix for js move
| -rw-r--r-- | res/templates/pw_reset.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/templates/pw_reset.html b/res/templates/pw_reset.html index 8a3b0453..908f5597 100644 --- a/res/templates/pw_reset.html +++ b/res/templates/pw_reset.html @@ -5,13 +5,13 @@ <script> var lib_path = '/static/lib/'; var config = { - baseUrl: '/static/', + baseUrl: '/static/js/', paths: { jquery: lib_path + 'jquery', underscore: lib_path + 'underscore', - pw_reset__common: '/static/pw_reset', - pw_reset__submit_new_pw: '/static/pw_reset', - pw_reset__submit_rst_req: '/static/pw_reset' + pw_reset__common: '/static/js/pw_reset', + pw_reset__submit_new_pw: '/static/js/pw_reset', + pw_reset__submit_rst_req: '/static/js/pw_reset' } } require.config(config); |
