1
0
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:
Cesar G
2014-01-25 15:26:37 -08:00
parent a8a349670a
commit 10149933bd

View File

@ -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();
}
});