mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 01:29:22 +00:00
Fix easter egg
This commit is contained in:
parent
12e70bdac5
commit
75a691503c
1 changed files with 2 additions and 2 deletions
|
|
@ -131,8 +131,8 @@ define([], function() {
|
|||
sprites: [
|
||||
{selectors: ['#title-bar'], x: 27, y: 15, width: 275, height: 14},
|
||||
{selectors: ['#title-bar.selected'], x: 27, y: 0, width: 275, height: 14},
|
||||
{selectors: ['.lllama #title-bar'], x: 27, y: 61, width: 275, height: 14},
|
||||
{selectors: ['.lllama #title-bar.selected'], x: 27, y: 57, width: 275, height: 14},
|
||||
{selectors: ['.llama #title-bar'], x: 27, y: 61, width: 275, height: 14},
|
||||
{selectors: ['.llama #title-bar.selected'], x: 27, y: 57, width: 275, height: 14},
|
||||
{selectors: ['#title-bar #option'], x: 0, y: 0, width: 9, height: 9},
|
||||
{selectors: ['#title-bar #option'], x: 0, y: 0, width: 9, height: 9},
|
||||
{selectors: ['#title-bar #option:active', '#title-bar #option:selected'], x: 0, y: 9, width: 9, height: 9},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue