From 6a00f13fa57574a031f7275ab994bf8a9ffb7401 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 6 May 2009 14:27:59 +0000 Subject: [PATCH] Increase speed to show popup --- htdocs/includes/pwc/window.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/pwc/window.js b/htdocs/includes/pwc/window.js index 5fc2533f879..4ac5200c0af 100644 --- a/htdocs/includes/pwc/window.js +++ b/htdocs/includes/pwc/window.js @@ -1228,8 +1228,8 @@ var Windows = { observers: [], focusedWindow: null, maxZIndex: 0, - overlayShowEffectOptions: {duration: 0.5}, - overlayHideEffectOptions: {duration: 0.5}, + overlayShowEffectOptions: {duration: 0.3}, + overlayHideEffectOptions: {duration: 0.3}, addObserver: function(observer) { this.removeObserver(observer);