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 = {
|
var debug = {
|
||||||
config: function debug_config() {
|
config: function debug_config() {
|
||||||
if (!menus.focus("Preferences:ConfigManager"))
|
Core.showWindow("Preferences:ConfigManager", configWindow, "Config",
|
||||||
window.open(configWindow, "Config",
|
"chrome,resizable,centerscreen");
|
||||||
"chrome,resizable");
|
|
||||||
},
|
},
|
||||||
|
|
||||||
venkman: function debug_venkman() {
|
venkman: function debug_venkman() {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче