From 508a81e1b6502ac275a95831befe14d92c9ad55c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Aug 2005 09:02:58 +0100 Subject: feed editor, xmlhttp locking in preferences, try to initialize xmlhttp_rpc via ActiveX and a big piggie --- functions.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'functions.js') diff --git a/functions.js b/functions.js index 25a19908b..b634974ab 100644 --- a/functions.js +++ b/functions.js @@ -12,6 +12,14 @@ function param_unescape(arg) { return unescape(arg); } +function delay(gap) { + var then,now; + then=new Date().getTime(); + now=then; + while((now-then)