git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a33a85
)
Use now() in support.js instead of getTime.
author
jeresig
<jeresig@gmail.com>
Thu, 3 Dec 2009 18:59:19 +0000
(13:59 -0500)
committer
jeresig
<jeresig@gmail.com>
Thu, 3 Dec 2009 18:59:19 +0000
(13:59 -0500)
src/support.js
patch
|
blob
|
history
diff --git
a/src/support.js
b/src/support.js
index
332839d
..
5fa45d2
100644
(file)
--- a/
src/support.js
+++ b/
src/support.js
@@
-5,7
+5,7
@@
var root = document.documentElement,
script = document.createElement("script"),
div = document.createElement("div"),
- id = "script" + (new Date).getTime();
+ id = "script" + now();
div.style.display = "none";
div.innerHTML = ' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.55;">a</a><select><option>text</option></select>';