From 1649d8a03c8fdd8d9e9491e5c06233f4c15f35a0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 4 Sep 2016 09:43:09 -0400 Subject: #319 - you can now cycle monitors. Time Interval can be specified in developer settings. Former-commit-id: 401b429cdd914fab7f6399551e4bc9083e803c0b --- www/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index f9ea05e5..22057355 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -79,7 +79,8 @@ angular.module('zmApp', [ eventPlaybackQuery: 3000, packeryTimer: 500, dbName: 'zmninja', - cipherKey: 'sdf#@#%FSXSA_AR' + cipherKey: 'sdf#@#%FSXSA_AR', + minCycleTime: 5, }) -- cgit v1.2.3