From ce6938201bde9f8ce64a18879b8877bc4236baf8 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Mon, 14 Mar 2016 09:17:20 -0400 Subject: #14 - typo Former-commit-id: ab151912a6f82784eb798b00fdca9b789821334d --- www/js/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 8feb8ba1..12cc5aa1 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -215,7 +215,7 @@ function initPackery() var cnt=0; $scope.MontageMonitors.forEach(function(elem) { - if ((elem.Monitor.Elabled!='0') && (elem.Monitor.Function!='None')) + if ((elem.Monitor.Enabled!='0') && (elem.Monitor.Function!='None')) cnt++; }); -- cgit v1.2.3