summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-09-07 17:47:23 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-09-07 17:47:23 -0400
commit263814ad6fff42161285fe907d3459a430a38efd (patch)
treee7a293b90c4d0aac63da9e17a8c4f079491cb79f /www/js/app.js
parentcdd6ec0d7296d10db58b2fd9f90bae313ed4abda (diff)
#963 persist filter if going to event filter
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 81977def..8b4b3e88 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1139,7 +1139,7 @@ angular.module('zmApp', [
-
+ $rootScope.enteringEventFilter=false;
$rootScope.dpadId = 0;
$rootScope.textScaleFactor = 1.0;
$rootScope.isLoggedIn = false;