aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/msg-header.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-02 17:51:37 +0200
committerMario Vavti <mario@mariovavti.com>2015-10-02 17:51:37 +0200
commit5ba39fef9af977fe9b92fef1b6d582138aee7d4b (patch)
tree1e86418d826600bd4714596e8ad785c3a99f976f /view/tpl/msg-header.tpl
parent9b8aa8d09ec4415ad7da8d07779c1e6b719d159e (diff)
downloadvolse-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-xview/tpl/msg-header.tpl11
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',