typo
svn: r10085
This commit is contained in:
parent
c4506eccc1
commit
231d3a23f7
|
@ -583,7 +583,7 @@
|
||||||
function HidePrefs(event) {
|
function HidePrefs(event) {
|
||||||
if ((event.which || event.keyCode) == 27) {
|
if ((event.which || event.keyCode) == 27) {
|
||||||
query.focus();
|
query.focus();
|
||||||
panels["prefs"] = true;
|
panels_shown["prefs"] = true;
|
||||||
TogglePanel("prefs");
|
TogglePanel("prefs");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user