mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
remove unnecessary code line
This commit is contained in:
parent
84bfbe9a45
commit
e8577a50f7
1
dist/js/datepicker.js
vendored
1
dist/js/datepicker.js
vendored
@ -2072,7 +2072,6 @@ var Datepicker;
|
||||
|
||||
_onMouseEnterRange: function (e) {
|
||||
var name = $(e.target).attr('name');
|
||||
this.rangInFocus = name;
|
||||
$('.datepicker--time-current-' + name, this.$timepicker).addClass('-focus-');
|
||||
},
|
||||
|
||||
|
||||
2
dist/js/datepicker.min.js
vendored
2
dist/js/datepicker.min.js
vendored
File diff suppressed because one or more lines are too long
@ -240,7 +240,6 @@
|
||||
|
||||
_onMouseEnterRange: function (e) {
|
||||
var name = $(e.target).attr('name');
|
||||
this.rangInFocus = name;
|
||||
$('.datepicker--time-current-' + name, this.$timepicker).addClass('-focus-');
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user