mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Re-add useLocalDefaultSkin (doesn't work in Chrome)
This commit is contained in:
parent
17358f7aa5
commit
7756f3819b
1 changed files with 5 additions and 0 deletions
5
skin.js
5
skin.js
|
|
@ -34,6 +34,11 @@ SkinManager = function() {
|
|||
".shade #position::-moz-range-thumb": "TITLEBAR.BMP",
|
||||
}
|
||||
|
||||
// For local dev, we want to use the asset we have locally
|
||||
this.useLocalDefaultSkin = function() {
|
||||
self.setSkinByUrl('skins/base-2.91.wsz');
|
||||
}
|
||||
|
||||
// I have a collection of skins on GitHub to make loading remote skins
|
||||
// easier. rawgit.com changes this into a free CDN
|
||||
this.setSkinByName = function(name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue