summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-24 09:08:38 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-24 09:08:38 -0400
commitace5d4867eb60af072eb6cdea76523ff52d4c23a (patch)
treece216440c38e06789c1d3053c3fb2c21017ff85a
parentfaed9d0918f1ab4753c72674fbe0097b3a6c7c82 (diff)
dont fall through to android specific code
-rw-r--r--www/js/MonitorModalCtrl.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js
index 5268b19d..cff63da1 100644
--- a/www/js/MonitorModalCtrl.js
+++ b/www/js/MonitorModalCtrl.js
@@ -766,6 +766,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$
if ($rootScope.platformOS != 'android')
{
saveImageToPhone(mid);
+ return;
}