[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:
Charles Hacskaylo
2017-01-26 11:57:08 -08:00
parent 8750bdd778
commit 4072b91808
3 changed files with 53 additions and 19 deletions

View File

@ -73,7 +73,7 @@ define(
}
function updateTimerState(timerState) {
relativeTimerState = timerState;
self.timerState = relativeTimerState = timerState;
}
function updateActions(actionCapability, actionKey) {