Update content.php
This commit is contained in:
parent
1e2d279e6c
commit
0a643f7543
@ -254,6 +254,7 @@ function table($type) {
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
var key = false;
|
||||
var hash = '#pages';
|
||||
|
||||
// Button for delete a page in the table
|
||||
$(".deletePageButton").on("click", function() {
|
||||
@ -292,4 +293,4 @@ $(document).ready(function() {
|
||||
$('a[href="'+ window.location.hash +'"]').tab('show');
|
||||
window.scrollTo(0);
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user