From 6dd6af05e1ed3e0da4091af073c38e1d8ec0268d Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 24 May 2020 14:01:21 -0400 Subject: Update background global object usage (#556) * Omit global window object for scripts used on the background page * Validate document exists before using * Remove dom.js from background.html --- ext/bg/background.html | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/bg/background.html') diff --git a/ext/bg/background.html b/ext/bg/background.html index ca35a3c6..53e8b140 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -20,7 +20,6 @@ - -- cgit v1.2.3