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() {
|
||||
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>
|
Loading…
Add table
Reference in a new issue