aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-12-15 08:51:39 +0100
committerMario Vavti <mario@mariovavti.com>2017-12-15 08:51:39 +0100
commita3d39b223de620ae61e1ea18dae35eeeea71df4e (patch)
tree1cabf8649bb10fec1af94473b06f8523c81ab7bd
parent5c5fc0a62f892f20c2a5a21acf2932ef6a327ad7 (diff)
parentf965d9dc9e520800f0fe8e198c31f10e12379c88 (diff)
downloadvolse-hubzilla-a3d39b223de620ae61e1ea18dae35eeeea71df4e.tar.gz
volse-hubzilla-a3d39b223de620ae61e1ea18dae35eeeea71df4e.tar.bz2
volse-hubzilla-a3d39b223de620ae61e1ea18dae35eeeea71df4e.zip
Merge remote-tracking branch 'mike/master' into dev
-rwxr-xr-xview/tpl/msg-header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl
index d71d432fb..b6856f139 100755
--- a/view/tpl/msg-header.tpl
+++ b/view/tpl/msg-header.tpl
@@ -26,7 +26,7 @@
});
$('#prvmail-attach-wrapper').click(function(event) { event.preventDefault(); $('#invisible-wall-file-upload').trigger('click'); return false;});
- $('#prvmail-attach-wrapper-sub').click(function(event) { event.preventDefault(); $('#invisible-wall-file-upload').trigger('click'); return false;});
+ $('#prvmail-attach-sub').click(function(event) { event.preventDefault(); $('#invisible-wall-file-upload').trigger('click'); return false;});
});