Remove tags / duplicate url from exported info script
The tags are not used currently. Adding the query string to the urls doesn't make sense as far as I understand it.
This commit is contained in:
@@ -98,9 +98,6 @@
|
||||
}
|
||||
|
||||
window.addEventListener('load', function () {
|
||||
for (let i = 0; i < info.examples.length; ++i) {
|
||||
info.examples[i].link += window.location.search;
|
||||
}
|
||||
template = new jugl.Template('template');
|
||||
target = document.getElementById('examples');
|
||||
const params = parseParams();
|
||||
|
||||
Reference in New Issue
Block a user