File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ var View = /** @class */ (function () {
94
94
this . playing = false ;
95
95
$ ( "#play" ) . text ( "Play" ) ;
96
96
$ ( "#arrow" ) . addClass ( "hidden" ) . animate ( { left : ( $ ( "#arrayElem0" ) . position ( ) . left + 9 ) + "px" } , 0 ) ;
97
+ $ ( "#arrayUL" ) . children ( "li" ) . removeClass ( "orange green" ) ;
97
98
manager . pause ( ) ;
98
99
manager . nextEvents = new Array ;
99
100
manager . previousEvents = new Array ;
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ class View {
111
111
this . playing = false ;
112
112
$ ( "#play" ) . text ( "Play" ) ;
113
113
$ ( "#arrow" ) . addClass ( "hidden" ) . animate ( { left : ( $ ( "#arrayElem0" ) . position ( ) . left + 9 ) + "px" } , 0 ) ;
114
+ $ ( "#arrayUL" ) . children ( "li" ) . removeClass ( "orange green" ) ;
114
115
manager . pause ( ) ;
115
116
manager . nextEvents = new Array ;
116
117
manager . previousEvents = new Array ;
You can’t perform that action at this time.
0 commit comments