From fef1c0051e287e978e20545872b3901c9899968e Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 23 Aug 2008 02:30:35 +0000 Subject: [PATCH] fix 'laststatus' validator --- content/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ui.js b/content/ui.js index fc02bff8..17c80840 100644 --- a/content/ui.js +++ b/content/ui.js @@ -1301,7 +1301,7 @@ liberator.StatusLine = function () //{{{ else document.getElementById("status-bar").collapsed = false; }, - validator: function (value) { return (value in [0, 1, 2]); }, + validator: function (value) { return (value >= 0 && value <= 2); }, completer: function (filter) { return [