From 89a9b0a167eaaa68f43a76d81b5411f6cc90a9f7 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 29 Mar 2015 17:45:53 +0300 Subject: [PATCH] the timelapse dialog is now attached to a running timelapse process instead of failing --- static/js/main.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/js/main.js b/static/js/main.js index cf1a074..b3b62c6 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -2866,10 +2866,7 @@ function runTimelapseDialog(cameraId, groupKey, group) { } if (data.progress != -1 && first) { - hideModalDialog(); /* progress */ - hideModalDialog(); /* timelapse dialog */ - showErrorMessage('A timelapse movie is already being created.'); - return; + showPopupMessage('A timelapse movie is already being created.'); } if (data.progress == -1 && !first && !data.key) { -- 2.39.5