Append save-to-cloud button after the <ul> element and not inside
This commit is contained in:
parent
4ac69cdaf4
commit
c81b71f4d0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ window.rcmail && rcmail.addEventListener('init', function() {
|
|||
var link = $('<a href="#" class="button filesaveall">')
|
||||
.text(rcmail.gettext('kolab_files.saveall'))
|
||||
.click(function() { kolab_directory_selector_dialog(); })
|
||||
.appendTo(attachment_list);
|
||||
.insertAfter(attachment_list);
|
||||
}
|
||||
|
||||
rcmail.addEventListener('menu-open', kolab_files_attach_menu_open);
|
||||
|
|
Loading…
Add table
Reference in a new issue