From ef1ae0937b0eaeb436c5bc7fdb69ffdace945369 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Fri, 17 Apr 2020 11:47:55 +0200 Subject: [PATCH] dev stuff [2] --- web/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/prefs.js b/web/prefs.js index 16e0162..e594534 100644 --- a/web/prefs.js +++ b/web/prefs.js @@ -79,7 +79,7 @@ function prefs_apply(prefs_new, is_update, is_volat) tra.show_noauth(); } - if (false) { + if (true) { // ricalculation of standup area if (standup_data_old != null) { standup_data = standup_data_old; -- 2.17.1