mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 16:25:44 +01:00
replace references to deprecated window._content with window.content
This commit is contained in:
@@ -185,7 +185,7 @@ function highlightFind(str, color, wrapped, dir, pt)
|
||||
function clearHighlight()
|
||||
{
|
||||
gFindBar.highlightDoc();
|
||||
var win = window._content;
|
||||
var win = window.content;
|
||||
var doc = win.document;
|
||||
if (!document)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user