From 5bd2132c7ef7c89c4911bc11c51eaa979e14c130 Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Mon, 21 Feb 2011 11:35:35 +0000
Subject: [PATCH] Decrease show timeout for popup window.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43515 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_km_theme/km_js/erp5_km.js.xml         | 6 +++---
 bt5/erp5_km/bt/revision                                     | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_js/erp5_km.js.xml b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_js/erp5_km.js.xml
index 69793b9870..308df28889 100644
--- a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_js/erp5_km.js.xml
+++ b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_js/erp5_km.js.xml
@@ -12,7 +12,7 @@
         </item>
         <item>
             <key> <string>_EtagSupport__etag</string> </key>
-            <value> <string>ts97173866.97</string> </value>
+            <value> <string>ts98286735.58</string> </value>
         </item>
         <item>
             <key> <string>__name__</string> </key>
@@ -96,7 +96,7 @@ function showPopik(dom_id, action, path){\n
       popup_request = popup_request_dict[dom_id]\n
       if (popup_html==undefined&&popup_request==undefined){\n
         popup_request_dict[dom_id] = path;\n
-        setTimeout(delayedDocumentDetailsPopupWindowLoad, 1000);\n
+        setTimeout(delayedDocumentDetailsPopupWindowLoad, 500);\n
       }\n
       else{popup.show();}\n
     }\n
@@ -114,7 +114,7 @@ function showPopik(dom_id, action, path){\n
         </item>
         <item>
             <key> <string>size</string> </key>
-            <value> <int>2649</int> </value>
+            <value> <int>2648</int> </value>
         </item>
         <item>
             <key> <string>title</string> </key>
diff --git a/bt5/erp5_km/bt/revision b/bt5/erp5_km/bt/revision
index d2ed50d11b..8fab08b526 100644
--- a/bt5/erp5_km/bt/revision
+++ b/bt5/erp5_km/bt/revision
@@ -1 +1 @@
-1751
\ No newline at end of file
+1752
\ No newline at end of file
-- 
2.30.9