diff options
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 37fa3d069..687ad7302 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -307,7 +307,7 @@ function enableOnUser(){ </script> <script> -$( document ).on( "click", ".wall-item-delete-link,.page-delete-link", function(e) { +$( document ).on( "click", ".wall-item-delete-link,.page-delete-link,.layout-delete-link,.block-delete-link", function(e) { var link = $(this).attr("href"); // "get" the intended link in a var e.preventDefault(); bootbox.confirm("<h4>{{$confirmdelete}}</h4>", function(result) { |