Use now() in support.js instead of getTime.
This commit is contained in:
parent
8a33a855b5
commit
c2ebd09826
|
@ -5,7 +5,7 @@
|
||||||
var root = document.documentElement,
|
var root = document.documentElement,
|
||||||
script = document.createElement("script"),
|
script = document.createElement("script"),
|
||||||
div = document.createElement("div"),
|
div = document.createElement("div"),
|
||||||
id = "script" + (new Date).getTime();
|
id = "script" + now();
|
||||||
|
|
||||||
div.style.display = "none";
|
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>';
|
div.innerHTML = ' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.55;">a</a><select><option>text</option></select>';
|
||||||
|
|
Loading…
Reference in a new issue