Commit 5bd2132c authored by Ivan Tyagov's avatar Ivan Tyagov

Decrease show timeout for popup window.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43515 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ed753c6
......@@ -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>
......
1751
\ No newline at end of file
1752
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment