summaryrefslogtreecommitdiff
path: root/www/js/NVR.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-01-26 17:54:10 -0500
committerPliable Pixels <pliablepixels@gmail.com>2020-01-26 17:54:10 -0500
commitc50b6a6bd8eded731afacb880e48defca747e566 (patch)
tree7d117df9d099d2e2448d8d9013eba27d8472108a /www/js/NVR.js
parentea667d5bb8845d1a1ee1e08d128092492a2a39de (diff)
disable icons in moment by default
Diffstat (limited to 'www/js/NVR.js')
-rw-r--r--www/js/NVR.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js
index 272ea3a2..8b2d17c0 100644
--- a/www/js/NVR.js
+++ b/www/js/NVR.js
@@ -1481,7 +1481,7 @@ angular.module('zmApp.controllers')
if (typeof loginData.momentShowIcons == 'undefined') {
- loginData.momentShowIcons = true;
+ loginData.momentShowIcons = false;
}