1
0
mirror of https://github.com/balkian/go5ears.git synced 2025-09-02 09:02:20 +00:00

Download link working

This commit is contained in:
J.Fernando Sánchez
2012-10-12 22:38:58 +02:00
parent 517acf4bce
commit aded1d0253
3 changed files with 8 additions and 1 deletions

View File

@@ -217,6 +217,9 @@ $(document).ready(function(){
return index+self.group() +" - "+self.title()+" ["+self.quality()+"]";
}, this);
self.downloadSong = function(){
window.open("/play?id="+self.id(), self.formattedName());
}
}