mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 12:48:56 +00:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
1b439ee2b7
1 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,14 @@ phpbb.plupload.initialize = function() {
|
||||||
if (uploader.features.dragdrop) {
|
if (uploader.features.dragdrop) {
|
||||||
$('#drag-n-drop-message').show();
|
$('#drag-n-drop-message').show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Ensure "Add files" button position is correctly calculated.
|
||||||
|
if ($('#attach-panel-multi').is(':visible')) {
|
||||||
|
uploader.refresh();
|
||||||
|
}
|
||||||
|
$('[data-subpanel="attach-panel"]').one('click', function() {
|
||||||
|
uploader.refresh();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue