mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
-- CHATZILLA CHANGES ONLY --
undoing damn's misplaced changes
This commit is contained in:
parent
7d1bdb74c7
commit
010ca27f23
@ -100,7 +100,7 @@ function onDoStyleChange (newStyle)
|
||||
|
||||
if (newStyle == "other")
|
||||
newStyle = window.prompt ("Enter stylesheet filename " +
|
||||
"(relative to chrome://chatzilla/skin/chatzilla.css)");
|
||||
"(relative to chrome://chatzilla/skin/)");
|
||||
|
||||
if (newStyle)
|
||||
{
|
||||
|
@ -27,7 +27,7 @@
|
||||
var client = new Object();
|
||||
|
||||
client.IMAGEDIR = "chrome://chatzilla/skin/images/";
|
||||
client.CSSDIR = "chrome://chatzilla/skin/chatzilla.css";
|
||||
client.CSSDIR = "chrome://chatzilla/skin/";
|
||||
//client.IMAGEDIR = "resource:///chrome/chatzilla/skin/default/images/";
|
||||
//client.CSSDIR = "resource:///chrome/chatzilla/skin/default/";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user