Skip to content

Commit

Permalink
Fix Jango.
Browse files Browse the repository at this point in the history
  • Loading branch information
berrberr committed Sep 18, 2015
1 parent 28e693d commit 1122c14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/js/controllers/JangoController.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
siteName: "Jango",
playPause: "#btn-playpause",
playNext: "#btn-ff",
mute: "#player_volume_icon",
iframe: "[name=content]",
like: "#player_fav_icon",
dislike: "#player_ban_icon",
like: "#btn-fav",
dislike: "#player_ban",

playState: "#btn-playpause.pause",
song: "#current-song",
Expand Down

0 comments on commit 1122c14

Please sign in to comment.