зеркало из https://github.com/mozilla/pjs.git
Initial commit of alternate stylesheet support in Firebird.
This commit is contained in:
Родитель
fe6f389215
Коммит
5f8052845f
|
@ -401,6 +401,10 @@
|
|||
if (updatePageReport)
|
||||
this.mCurrentBrowser.updatePageReport();
|
||||
|
||||
var event = document.createEvent("Events");
|
||||
event.initEvent("DOMUpdatePageTheme", true, true);
|
||||
this.dispatchEvent(event);
|
||||
|
||||
// Update the URL bar.
|
||||
var loc = this.mCurrentBrowser.currentURI;
|
||||
if (!loc)
|
||||
|
|
Загрузка…
Ссылка в новой задаче