mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 18:44:37 +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() {
|
||||
// Point out the drag-and-drop zone if it's supported.
|
||||
if (!!uploader.features.dragdrop) {
|
||||
if (uploader.features.dragdrop) {
|
||||
$('#drag-n-drop-message').show();
|
||||
}
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user