Update content.php
This commit is contained in:
parent
1e2d279e6c
commit
0a643f7543
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user