Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1da82386 authored by Scott Main's avatar Scott Main
Browse files

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.

Change-Id: I926ef8c164ba81d040256accaf78883807c3b57e
parent c66c90a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {