am b66f9b3e
: am 9958256b
: am 1da82386
: docs only. use normal DOM mod instead of jquery to load the lists.js file because jquery was appending GET parameters that eliminated any caching of the file.
Merge commit 'b66f9b3e367c4f15eeab7a54cd8d5331f3787b1e' * commit 'b66f9b3e367c4f15eeab7a54cd8d5331f3787b1e': docs only.
This commit is contained in:
commit
a5a849aee7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ addLoadEvent( function() {
|
|||
var lists = document.createElement("script");
|
||||
lists.setAttribute("type","text/javascript");
|
||||
lists.setAttribute("src", toRoot+"reference/lists.js");
|
||||
$("head").append($(lists));
|
||||
document.getElementsByTagName("head")[0].appendChild(lists);
|
||||
} );
|
||||
|
||||
function setToRoot(root) {
|
||||
|
|
Loading…
Reference in a new issue