mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-24 16:54:08 +00:00
fix broken skin switching, r=ben
This commit is contained in:
parent
4893b7318e
commit
4b17557ed2
@ -36,5 +36,5 @@ function deselectSkin()
|
||||
function installSkin()
|
||||
{
|
||||
var themeURL = prompt( "Enter URL for a skin to install:","");
|
||||
chromeRegistry.installSkin( themeURL, DEBUG_USE_PROFILE );
|
||||
chromeRegistry.installSkin( themeURL, DEBUG_USE_PROFILE, false );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user