File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 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 () {
9494 this . playing = false ;
9595 $ ( "#play" ) . text ( "Play" ) ;
9696 $ ( "#arrow" ) . addClass ( "hidden" ) . animate ( { left : ( $ ( "#arrayElem0" ) . position ( ) . left + 9 ) + "px" } , 0 ) ;
97+ $ ( "#arrayUL" ) . children ( "li" ) . removeClass ( "orange green" ) ;
9798 manager . pause ( ) ;
9899 manager . nextEvents = new Array ;
99100 manager . previousEvents = new Array ;
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ class View {
111111 this . playing = false ;
112112 $ ( "#play" ) . text ( "Play" ) ;
113113 $ ( "#arrow" ) . addClass ( "hidden" ) . animate ( { left : ( $ ( "#arrayElem0" ) . position ( ) . left + 9 ) + "px" } , 0 ) ;
114+ $ ( "#arrayUL" ) . children ( "li" ) . removeClass ( "orange green" ) ;
114115 manager . pause ( ) ;
115116 manager . nextEvents = new Array ;
116117 manager . previousEvents = new Array ;
You can’t perform that action at this time.
0 commit comments