1
0
Fork 0

Fixed footer template path

master
Matthieu Lalonde 12 years ago
parent f3bffb0d92
commit 8f7c3bdbbf

@ -10,7 +10,7 @@ define([
, "backbone"
, "bootstrap"
, "text!../../templates/player/layout.html"
, "text!../../templates/footer/layout.html"
]
, function (
_
@ -24,7 +24,7 @@ _
var Footer = Backbone.View.extend({
events: {
"click button[data-target='about']": "__eventButtonAboutClick"
"click button[data-target='about']": "__eventButtonAboutClick"
, "click button[data-target='sidebar']": "__eventToggleButtonSideBar"
, "click button[data-target='random']": "__eventToggleButtonRandom"
, "click button[data-target='repeat']": "__eventToggleButtonRepeat"

Loading…
Cancel
Save