diff options
author | friendica <info@friendica.com> | 2014-10-13 03:07:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-13 03:07:36 -0700 |
commit | 7abaccaf7fc539216ff3a3395a3e280c4517a054 (patch) | |
tree | 984b3fa24c218ddae1438320c95df93263e6f0b4 /view/tpl/msg-header.tpl | |
parent | 6e238ce5afaa5f66b1d920ce2e80182a227dbc9d (diff) | |
download | volse-hubzilla-7abaccaf7fc539216ff3a3395a3e280c4517a054.tar.gz volse-hubzilla-7abaccaf7fc539216ff3a3395a3e280c4517a054.tar.bz2 volse-hubzilla-7abaccaf7fc539216ff3a3395a3e280c4517a054.zip |
bring back PM upload functionality and why oh why are we still loading tinymce?
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'); }, |