Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
Merge pull request #91 from anchor/play
Browse files Browse the repository at this point in the history
Show a little play icon in the title when graphs are playing
  • Loading branch information
olorin committed Jan 4, 2015
2 parents d9247bc + 628389a commit 65f2bb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/javascripts/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ function stopAll() {
function enableStop() {
$("#autoplay_stop_link").removeClass("disabled")
$("#autoplay_play_link").addClass("disabled")
document.title = "\u25B8 Machiavelli"
}
function enablePlay() {
$("#autoplay_stop_link").addClass("disabled")
$("#autoplay_play_link").removeClass("disabled")
document.title = "Machiavelli"
}

function metric_sort() {
Expand Down

0 comments on commit 65f2bb8

Please sign in to comment.