зеркало из https://github.com/mozilla/pjs.git
Fixing bug #31708, a=ftang, r=erik.
This commit is contained in:
Родитель
9fc10d3520
Коммит
57120eaa68
|
@ -98,7 +98,10 @@ function SetForcedCharset(charset)
|
||||||
|
|
||||||
function UpdateCurrentCharset()
|
function UpdateCurrentCharset()
|
||||||
{
|
{
|
||||||
var charset = document.commandDispatcher.focusedWindow.document.characterSet;
|
var wnd = document.commandDispatcher.focusedWindow;
|
||||||
|
if (window == wnd) wnd = window.content;
|
||||||
|
|
||||||
|
var charset = wnd.document.characterSet;
|
||||||
dump("Update current charset: " + charset + "\n");
|
dump("Update current charset: " + charset + "\n");
|
||||||
|
|
||||||
var menuitem = document.getElementById('charset.' + charset);
|
var menuitem = document.getElementById('charset.' + charset);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче