]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - panikweb_esperanzah/static/js/audioPlayer.js
adjust player to display current podcast
[panikweb-esperanzah.git] / panikweb_esperanzah / static / js / audioPlayer.js
index 729998d27817f13dd75b2ed57a24a88a4ddcedf3..3c7091b634d1542dc1790ed3a106f28313ba9757 100644 (file)
                                }
                        }});
                        controls.append(playpause).append(stop).append(remove);
-                       var title = $('<a>',{title:"More information",href:sound.url,'class':"button title",html:sound.title});
+                       var title = $('<a>',{href: sound.url, 'class': 'button title', html:sound.title});
                        container.append(controls).append(title).append(audio);
                        if(sound.focus){thePlaylist.setFocus(container);}
                        return container;