We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9e0cd commit 8fe6ab2Copy full SHA for 8fe6ab2
src/jquery-ui-timepicker-addon.js
@@ -1741,7 +1741,7 @@
1741
if (tp_inst.$altInput && tp_inst._defaults.altFieldTimeOnly) {
1742
currDT = tp_inst.$input.val() + ' ' + tp_inst.$altInput.val();
1743
}
1744
- else if (tp_inst.$input.get(0).tagName != 'INPUT' && tp_inst.$altInput) {
+ else if (tp_inst.$input.get(0).tagName !== 'INPUT' && tp_inst.$altInput) {
1745
/**
1746
* in case the datetimepicker has been applied to a non-input tag for inline UI,
1747
* and the user has not configured the plugin to display only time in altInput,
0 commit comments