This commit is contained in:
Tom Payne
2013-01-17 23:39:57 +01:00
parent 535febbd07
commit 4dc48d748e
95 changed files with 19694 additions and 9012 deletions

View File

@@ -247,6 +247,9 @@
}
}
window.onload = function() {
for(var i=0; i<info.examples.length; ++i) {
info.examples[i].link += window.location.search;
}
//document.getElementById('keywords').focus();
template = new jugl.Template("template");
target = document.getElementById("examples");