mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 03:50:22 +02:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
@@ -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();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user