diff options
author | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2014-10-13 21:19:07 +0200 |
---|---|---|
committer | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2014-10-13 21:19:07 +0200 |
commit | 9dc3b01959211678aa392f173f4644971c91ba2d (patch) | |
tree | 8515cd7a3568011012d9b82e323d612bd48b414d /view/tpl/msg-header.tpl | |
parent | 56f6f696bd5dd5b8120d562d9f43fe94d8e6dd41 (diff) | |
parent | 240cbc8798cf64ee6226db01dfd6e5b0bae8b85e (diff) | |
download | volse-hubzilla-9dc3b01959211678aa392f173f4644971c91ba2d.tar.gz volse-hubzilla-9dc3b01959211678aa392f173f4644971c91ba2d.tar.bz2 volse-hubzilla-9dc3b01959211678aa392f173f4644971c91ba2d.zip |
Merge from master
Diffstat (limited to 'view/tpl/msg-header.tpl')
-rwxr-xr-x | view/tpl/msg-header.tpl | 4 |
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'); }, |