Merge branch 'master' of https://github.com/TeslaFlux/bludit
This commit is contained in:
commit
b0b3484b7b
1 changed files with 0 additions and 8 deletions
|
@ -171,7 +171,6 @@ var key = false;
|
||||||
|
|
||||||
function setKey() {
|
function setKey() {
|
||||||
key = $(".deletePageButton").data('key');
|
key = $(".deletePageButton").data('key');
|
||||||
console.log(key);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
@ -211,10 +210,3 @@ $(document).ready(function() {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
|
||||||
// Open the tab defined in the URL
|
|
||||||
// const anchor = window.location.hash;
|
|
||||||
// $(`a[href="${anchor}"]`).tab('show');
|
|
||||||
</script>
|
|
Loading…
Add table
Reference in a new issue