From 789d98d31da2eded24db600bf2eeac196bfd53b0 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 16 Mar 2009 18:55:44 +1100 Subject: [PATCH] Return mainWindowID default value to 'main-window'. --- common/content/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/buffer.js b/common/content/buffer.js index 23a56594..d0dcd17f 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -43,7 +43,7 @@ function Buffer() //{{{ /////////////////////////////////////////////////////////////////////////////{{{ // FIXME: This doesn't belong here. - let mainWindowID = config.mainWindowID || "mainplayer"; + let mainWindowID = config.mainWindowID || "main-window"; let fontSize = util.computedStyle(document.getElementById(mainWindowID)).fontSize;