diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-10-02 17:51:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-10-02 17:51:37 +0200 |
commit | 5ba39fef9af977fe9b92fef1b6d582138aee7d4b (patch) | |
tree | 1e86418d826600bd4714596e8ad785c3a99f976f /view/tpl/msg-header.tpl | |
parent | 9b8aa8d09ec4415ad7da8d07779c1e6b719d159e (diff) | |
download | volse-hubzilla-5ba39fef9af977fe9b92fef1b6d582138aee7d4b.tar.gz volse-hubzilla-5ba39fef9af977fe9b92fef1b6d582138aee7d4b.tar.bz2 volse-hubzilla-5ba39fef9af977fe9b92fef1b6d582138aee7d4b.zip |
private mail compositor changes
Diffstat (limited to 'view/tpl/msg-header.tpl')
-rwxr-xr-x | view/tpl/msg-header.tpl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl index 2119d3b02..593b3652e 100755 --- a/view/tpl/msg-header.tpl +++ b/view/tpl/msg-header.tpl @@ -48,17 +48,6 @@ else <script type="text/javascript" src="view/js/ajaxupload.js" ></script> <script> $(document).ready(function() { - var uploader = new window.AjaxUpload( - 'prvmail-upload-wrapper', - { action: 'wall_upload/{{$nickname}}', - name: 'userfile', - onSubmit: function(file,ext) { $('#prvmail-rotator').spin('tiny'); }, - onComplete: function(file,response) { - addmailtext(response); - $('#prvmail-rotator').spin(false); - } - } - ); var file_uploader = new window.AjaxUpload( 'prvmail-attach-wrapper', |