mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b=451576, r=gavin. uncaught exceptions on startup
This commit is contained in:
parent
41d3418a91
commit
6cefc23c10
@ -328,6 +328,11 @@ var BrowserUI = {
|
|||||||
/* Set the location to the current content */
|
/* Set the location to the current content */
|
||||||
setURI : function() {
|
setURI : function() {
|
||||||
var browser = Browser.currentBrowser;
|
var browser = Browser.currentBrowser;
|
||||||
|
|
||||||
|
// FIXME: deckbrowser should not fire TebSelect on the initial tab (bug 454028)
|
||||||
|
if (!browser.currentURI)
|
||||||
|
return;
|
||||||
|
|
||||||
var back = document.getElementById("cmd_back");
|
var back = document.getElementById("cmd_back");
|
||||||
var forward = document.getElementById("cmd_forward");
|
var forward = document.getElementById("cmd_forward");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user