[Frontend] Styling for Timer
Fixes #623 Mod to code to allow timerState to be accessible to markup; CSS for stop button and paused/stopped states
This commit is contained in:
@@ -73,7 +73,7 @@ define(
|
||||
}
|
||||
|
||||
function updateTimerState(timerState) {
|
||||
relativeTimerState = timerState;
|
||||
self.timerState = relativeTimerState = timerState;
|
||||
}
|
||||
|
||||
function updateActions(actionCapability, actionKey) {
|
||||
|
||||
Reference in New Issue
Block a user