mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-23 03:25:18 +02:00
[ticket/12124] Remove double bang.
PHPBB3-12124
This commit is contained in:
@ -31,7 +31,7 @@ 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