Update content.php

This commit is contained in:
Guillaume 2019-01-26 23:39:35 +01:00 committed by GitHub
parent 1e2d279e6c
commit 0a643f7543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,6 +254,7 @@ function table($type) {
<script> <script>
$(document).ready(function() { $(document).ready(function() {
var key = false; var key = false;
var hash = '#pages';
// Button for delete a page in the table // Button for delete a page in the table
$(".deletePageButton").on("click", function() { $(".deletePageButton").on("click", function() {
@ -292,4 +293,4 @@ $(document).ready(function() {
$('a[href="'+ window.location.hash +'"]').tab('show'); $('a[href="'+ window.location.hash +'"]').tab('show');
window.scrollTo(0); window.scrollTo(0);
}); });
</script> </script>