mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-31 22:14:09 +00:00
Small cleanup
This commit is contained in:
parent
8be5d0c0c7
commit
e932c3a4f0
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ MainWindow = {
|
|||
|
||||
this.nodes.close.onclick = function() {
|
||||
self.close();
|
||||
}
|
||||
};
|
||||
|
||||
this.nodes.shade.onclick = function() {
|
||||
self.nodes.window.classList.toggle('shade');
|
||||
|
|
@ -242,6 +242,7 @@ MainWindow = {
|
|||
this.updatePosition();
|
||||
|
||||
var shadeMinusCharacter = ' ';
|
||||
var digits = null;
|
||||
if(this.nodes.time.classList.contains('countdown')) {
|
||||
digits = this.winamp._timeObject(this.winamp.getTimeRemaining());
|
||||
shadeMinusCharacter = '-';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue