From e90f5f9b64edc4cbfea45642ebb94ca74bce09aa Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 1 May 2020 03:57:06 +0300 Subject: [PATCH] added experemental .setup(..)/.cleanup(..) events -- not triggered yet... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/app.js b/ui (gen4)/features/app.js index 4a43ab4f..0e5898be 100755 --- a/ui (gen4)/features/app.js +++ b/ui (gen4)/features/app.js @@ -394,7 +394,7 @@ var BrowserHostActions = actions.Actions({ .ribbons .restoreTransitions() // show viewer after we are done... - that.dom[0].style.visibility = '' }, 100) + that.dom[0].style.visibility = '' }, 150) } })], })