gitignore
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
package-lock.json
|
||||||
|
venv/
|
||||||
|
node_modules/
|
||||||
@@ -198,8 +198,6 @@ custom_scroller_menu(document.scrollingElement, document.getElementById("menubar
|
|||||||
return "http://wiki.erg.be/mw/index.php/"+encodeURI(title.replace(/ /g, "_"));
|
return "http://wiki.erg.be/mw/index.php/"+encodeURI(title.replace(/ /g, "_"));
|
||||||
}
|
}
|
||||||
window.addEventListener("DOMContentLoaded", doload);
|
window.addEventListener("DOMContentLoaded", doload);
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
iframe.addEventListener("load", function () {
|
iframe.addEventListener("load", function () {
|
||||||
var href = strip_fragment(iframe.contentWindow.location.href);
|
var href = strip_fragment(iframe.contentWindow.location.href);
|
||||||
console.log("iframe loaded", href);
|
console.log("iframe loaded", href);
|
||||||
@@ -234,5 +232,5 @@ custom_scroller_menu(document.scrollingElement, document.getElementById("menubar
|
|||||||
// console.log("history", historycb.checked);
|
// console.log("history", historycb.checked);
|
||||||
map.set_show_history(historycb.checked);
|
map.set_show_history(historycb.checked);
|
||||||
})
|
})
|
||||||
</noscript>
|
</script>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user