From: Calin Crisan Date: Sun, 29 Mar 2015 14:45:53 +0000 (+0300) Subject: the timelapse dialog is now attached to a running timelapse process X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=89a9b0a167eaaa68f43a76d81b5411f6cc90a9f7;p=motioneye-debian the timelapse dialog is now attached to a running timelapse process instead of failing --- 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) {