Fix the 'about:config' menuitem of debug builds.
This commit is contained in:
Родитель
a037f3a32c
Коммит
f4092c238e
|
@ -11,9 +11,8 @@ function toOpenWindowByType(inType, uri) {
|
|||
|
||||
var debug = {
|
||||
config: function debug_config() {
|
||||
if (!menus.focus("Preferences:ConfigManager"))
|
||||
window.open(configWindow, "Config",
|
||||
"chrome,resizable");
|
||||
Core.showWindow("Preferences:ConfigManager", configWindow, "Config",
|
||||
"chrome,resizable,centerscreen");
|
||||
},
|
||||
|
||||
venkman: function debug_venkman() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче