aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/msg-header.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-12-14 13:30:31 -0800
committerzotlabs <mike@macgirvin.com>2017-12-14 13:30:31 -0800
commit869126259b4089f235d1e9e27e67555611c98d24 (patch)
treeace6a7938754f8dd372b84d4f69cfa7f04ee88e6 /view/tpl/msg-header.tpl
parent494ce9b87230c1745ec9da8cf60fa448cac4f187 (diff)
downloadvolse-hubzilla-869126259b4089f235d1e9e27e67555611c98d24.tar.gz
volse-hubzilla-869126259b4089f235d1e9e27e67555611c98d24.tar.bz2
volse-hubzilla-869126259b4089f235d1e9e27e67555611c98d24.zip
hubzilla issue #928
Diffstat (limited to 'view/tpl/msg-header.tpl')
-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;});
});