aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/msg-header.tpl
diff options
context:
space:
mode:
authorhabeascodice <habeascodice@federated.social>2014-10-13 03:22:26 -0700
committerhabeascodice <habeascodice@federated.social>2014-10-13 03:22:26 -0700
commite4880d07d2aa447425d0b7dc3656e84de08006c0 (patch)
tree45bd5de70899a2afe03b2f213aef7cfd430a52a2 /view/tpl/msg-header.tpl
parentc854f8c238da2df08b52249142ad24ef66e422d1 (diff)
parenta512d1a4aab35ac874ccbff89d84fdd6d5b3343f (diff)
downloadvolse-hubzilla-e4880d07d2aa447425d0b7dc3656e84de08006c0.tar.gz
volse-hubzilla-e4880d07d2aa447425d0b7dc3656e84de08006c0.tar.bz2
volse-hubzilla-e4880d07d2aa447425d0b7dc3656e84de08006c0.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/tpl/msg-header.tpl')
-rwxr-xr-xview/tpl/msg-header.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl
index b6cff7c74..503e4c8cc 100755
--- a/view/tpl/msg-header.tpl
+++ b/view/tpl/msg-header.tpl
@@ -49,7 +49,7 @@ else
<script>
$(document).ready(function() {
var uploader = new window.AjaxUpload(
- 'prvmail-upload',
+ 'prvmail-upload-wrapper',
{ action: 'wall_upload/{{$nickname}}',
name: 'userfile',
onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); },
@@ -61,7 +61,7 @@ else
);
var file_uploader = new window.AjaxUpload(
- 'prvmail-attach',
+ 'prvmail-attach-wrapper',
{ action: 'wall_attach/{{$nickname}}',
name: 'userfile',
onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); },