Project

General

Profile

Actions

Bug #93729

closed

Wrong check for undefined in DateTimePicker

Added by Nikita Hovratov about 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2021-03-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

64      if (element.dataset.datepickerInitialized !== 'undefined') {
65        return;
66      }

Should be typeof check

Actions

Also available in: Atom PDF