diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-01-12 02:29:03 +0100 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-01-12 02:29:03 +0100 |
commit | 325c5e4e7650329a42f61e9180fe986ef63671b5 (patch) | |
tree | 2bb1cb7b53cff6598fc27811019808ab37898e96 /view | |
parent | b5fbee67b14e32c85f1548ac1ce7a8cf7f32df2d (diff) | |
download | volse-hubzilla-325c5e4e7650329a42f61e9180fe986ef63671b5.tar.gz volse-hubzilla-325c5e4e7650329a42f61e9180fe986ef63671b5.tar.bz2 volse-hubzilla-325c5e4e7650329a42f61e9180fe986ef63671b5.zip |
delete confirmation popup for blocks and layouts
Diffstat (limited to 'view')
-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) { |