From 23f880f303425d878891ac1a793235166df4fa3e Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 19 May 2016 19:49:27 -0400 Subject: nits and color tweaks Former-commit-id: 2701669af548c318a456f5ecbf206e2c9ca63418 --- www/js/MonitorModalCtrl.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/js') diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js index c1ce8532..d62839d2 100644 --- a/www/js/MonitorModalCtrl.js +++ b/www/js/MonitorModalCtrl.js @@ -981,6 +981,8 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ .success (function (data) { $scope.isControllable = data.monitor.Monitor.Controllable; + // for testing only + // $scope.isControllable = 1; $scope.controlid = data.monitor.Monitor.ControlId; if ($scope.isControllable=='1') { -- cgit v1.2.3