diff options
author | Mario <mario@mariovavti.com> | 2021-05-27 19:20:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-27 19:20:07 +0000 |
commit | 3ab8632d3bd82306b8b82f652da329af4fdd4333 (patch) | |
tree | 937c43126a6d335c9de646d9ea346ea29157c5d3 /view/tpl/msg-header.tpl | |
parent | 190fc4e3c4cd68cc73a0509b4b6e53a7696f5a0c (diff) | |
download | volse-hubzilla-3ab8632d3bd82306b8b82f652da329af4fdd4333.tar.gz volse-hubzilla-3ab8632d3bd82306b8b82f652da329af4fdd4333.tar.bz2 volse-hubzilla-3ab8632d3bd82306b8b82f652da329af4fdd4333.zip |
update mail widgets to not require include message and minor fixes
Diffstat (limited to 'view/tpl/msg-header.tpl')
-rw-r--r-- | view/tpl/msg-header.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/msg-header.tpl b/view/tpl/msg-header.tpl index e8542b087..d49303453 100644 --- a/view/tpl/msg-header.tpl +++ b/view/tpl/msg-header.tpl @@ -1,3 +1,4 @@ +{{** <script src="vendor/blueimp/jquery-file-upload/js/vendor/jquery.ui.widget.js"></script> <script src="vendor/blueimp/jquery-file-upload/js/jquery.iframe-transport.js"></script> <script src="vendor/blueimp/jquery-file-upload/js/jquery.fileupload.js"></script> @@ -73,9 +74,9 @@ function addmailtext(data) { var currentText = $("#prvmail-text").val(); $("#prvmail-text").val(currentText + data); - } + } </script> - +**}} |