mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 10:57:58 +01:00
Return mainWindowID default value to 'main-window'.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user