1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 18:07:58 +01:00

Return mainWindowID default value to 'main-window'.

This commit is contained in:
Doug Kearns
2009-03-16 18:55:44 +11:00
parent fd7d0d036e
commit 789d98d31d

View File

@@ -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;