Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 4a61d15

Browse files
lint fixes
1 parent 468a684 commit 4a61d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/js/angular-datepicker.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
if (theCalendar.classList) {
350350

351351
theCalendar.classList.add('_720kb-datepicker-open');
352-
dateString = angular.element((angular.element(theCalendar).parent()[0]).querySelector('input')).val().replace(/\//g, '-');
352+
dateString = angular.element(angular.element(theCalendar).parent()[0].querySelector('input')).val().replace(/\//g, '-');
353353
date = new Date(dateString);
354354
$scope.selectedMonth = Number($filter('date')(date, 'MM'));
355355
$scope.selectedDay = Number($filter('date')(date, 'dd'));

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /