From eb983d3d10dbc73820892fc7a73049b118338b2c Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 15 Apr 2015 01:22:18 +0300 Subject: pw_reset.html: lost cycles due to underscore lib loaded when not needed --- res/templates/pw_reset.html | 1 + 1 file changed, 1 insertion(+) diff --git a/res/templates/pw_reset.html b/res/templates/pw_reset.html index e70dc9c0..8a3b0453 100644 --- a/res/templates/pw_reset.html +++ b/res/templates/pw_reset.html @@ -8,6 +8,7 @@ var config = { baseUrl: '/static/', 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' -- cgit v1.3.1