mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/12124] Remove double bang.
PHPBB3-12124
This commit is contained in:
@@ -31,9 +31,9 @@ phpbb.plupload.initialize = function() {
|
|||||||
|
|
||||||
uploader.bind('PostInit', function() {
|
uploader.bind('PostInit', function() {
|
||||||
// Point out the drag-and-drop zone if it's supported.
|
// Point out the drag-and-drop zone if it's supported.
|
||||||
if (!!uploader.features.dragdrop) {
|
if (uploader.features.dragdrop) {
|
||||||
$('#drag-n-drop-message').show();
|
$('#drag-n-drop-message').show();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user