diff options
author | cvogeley <christian.vogeley@hotmail.de> | 2014-01-11 17:34:37 -0800 |
---|---|---|
committer | cvogeley <christian.vogeley@hotmail.de> | 2014-01-11 17:34:37 -0800 |
commit | df9e6284958d6eecdb990579cd82efab53fcf8cc (patch) | |
tree | cc8df39707db58cbb02ba82ac504e09c11398977 /view/tpl/jot-header.tpl | |
parent | 134bb139dcc71723d3449422c9746d05e41a4fc0 (diff) | |
parent | 325c5e4e7650329a42f61e9180fe986ef63671b5 (diff) | |
download | volse-hubzilla-df9e6284958d6eecdb990579cd82efab53fcf8cc.tar.gz volse-hubzilla-df9e6284958d6eecdb990579cd82efab53fcf8cc.tar.bz2 volse-hubzilla-df9e6284958d6eecdb990579cd82efab53fcf8cc.zip |
Merge pull request #268 from cvogeley/master
delete confirmation popup for blocks and layouts
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) { |