mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/12124] Remove double bang.
PHPBB3-12124
This commit is contained in:
parent
a8a349670a
commit
10149933bd
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue