aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-03 14:18:48 -0800
committerfriendica <info@friendica.com>2014-01-03 14:18:48 -0800
commit9f4e9f247a032d6e88d677474ead0d9cdaca22bb (patch)
tree3e5e49ceda28f7aba1310504c9ba78724e483f46 /view
parentf2ba6ed9982ee4b3b80331a195534f74e510d508 (diff)
parent24850a4ea4676c96b6e0f97b45b23fe12e1c80a2 (diff)
downloadvolse-hubzilla-9f4e9f247a032d6e88d677474ead0d9cdaca22bb.tar.gz
volse-hubzilla-9f4e9f247a032d6e88d677474ead0d9cdaca22bb.tar.bz2
volse-hubzilla-9f4e9f247a032d6e88d677474ead0d9cdaca22bb.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/jot-header.tpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index 09d035979..75239c179 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -306,16 +306,15 @@ function enableOnUser(){
</script>
-<!--
<script>
-$( document ).on( "click", ".wall-item-delete-link", function(e) {
+$( document ).on( "click", ".wall-item-delete-link,.page-delete-link", function(e) {
var link = $(this).attr("href"); // "get" the intended link in a var
e.preventDefault();
- bootbox.confirm("<h4>Delete item?</h4>", function(result) {
+ bootbox.confirm("<h4>{{$confirmdelete}}</h4>", function(result) {
if (result) {
document.location.href = link;}
});
});
</script>
- -->
+