This commit is contained in:
TomMago 2020-09-02 00:27:33 +02:00
commit b0b3484b7b

View file

@ -171,7 +171,6 @@ var key = false;
function setKey() {
key = $(".deletePageButton").data('key');
console.log(key);
}
$(document).ready(function() {
@ -211,10 +210,3 @@ $(document).ready(function() {
});
});
</script>
<script>
// Open the tab defined in the URL
// const anchor = window.location.hash;
// $(`a[href="${anchor}"]`).tab('show');
</script>