From df220479624152533bebb8d26132d78ebb168742 Mon Sep 17 00:00:00 2001 From: rlx Date: Tue, 12 Jan 2016 13:08:49 +0530 Subject: [PATCH] update app dialog --- static/js/appDialog.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/appDialog.js b/static/js/appDialog.js index e67d86a..2e90b8e 100644 --- a/static/js/appDialog.js +++ b/static/js/appDialog.js @@ -67,7 +67,8 @@ oml.ui.appDialog = function() { disabled: true, title: Ox._('Installing...') }); - oml.api.restart({update: true},function(response) { + oml.isRelaunching = true; + oml.api.restart({update: true}, function(response) { if (response.status.code == 200) { setTimeout(reload, 500); }