Propagate query string to example links

This commit is contained in:
Tom Payne
2013-01-03 11:50:44 +01:00
parent 874a311de2
commit 7f63e3b8e7

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");