From e3730ebdc876f1ea5ec78aea44d99a76319de096 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 21 Jun 2013 19:48:58 +0400 Subject: [PATCH] minor tweaks... Signed-off-by: Alex A. Naanou --- ui/ui.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/ui.js b/ui/ui.js index 77f4121c..2fe0167d 100755 --- a/ui/ui.js +++ b/ui/ui.js @@ -658,6 +658,8 @@ function exportPreviews(dfl){ data['Image name pattern'], data['Fav directory name']) + showStatusQ('Exporting data...') + res.resolve(data['']) }) .fail(function(){ res.reject() })