Kaynağa Gözat

avoid JS error

Gildas lormeau 14 yıl önce
ebeveyn
işleme
2900e2047c
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      WebContent/core/scripts/content/content.js

+ 2 - 0
WebContent/core/scripts/content/content.js

@@ -175,6 +175,8 @@
 
 	function sendBgProcessInit(content, title, url, baseURI, characterSet, winId, winIndex) {
 		var contextmenuTime = window.contextmenuTime;
+		if (!this.wininfo)
+			return;
 		window.contextmenuTime = null;
 		bgPort.postMessage({
 			processInit : true,