mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 10:37:16 +00:00
parent
edddb5de7e
commit
febf485fb9
1 changed files with 10 additions and 0 deletions
10
winamp.js
10
winamp.js
|
|
@ -182,6 +182,16 @@ function Winamp () {
|
|||
self.skin.visualizer.clear();
|
||||
}
|
||||
|
||||
this.nodes.songTitle.onmousedown = function() {
|
||||
self.textDisplay.pauseRegisterMarquee('songTitle');
|
||||
}
|
||||
|
||||
this.nodes.songTitle.onmouseup = function() {
|
||||
setTimeout(function () {
|
||||
self.textDisplay.startRegisterMarquee('songTitle');
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
this.nodes.previous.onclick = function() {
|
||||
// Implement this when we support playlists
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue