aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-01-12 02:29:03 +0100
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-01-12 02:29:03 +0100
commit325c5e4e7650329a42f61e9180fe986ef63671b5 (patch)
tree2bb1cb7b53cff6598fc27811019808ab37898e96 /view
parentb5fbee67b14e32c85f1548ac1ce7a8cf7f32df2d (diff)
downloadvolse-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-xview/tpl/jot-header.tpl2
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) {