diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 23:03:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 23:03:15 -0500 |
commit | 4053d9b2fac82108f701788c511aedaf988de4c5 (patch) | |
tree | 0076ba6c17234651788b1e8421b5d71a9e33cb8d /ext/bg/js/template-renderer-proxy.js | |
parent | 4f13de283572b2c57e7462f1030c12fe8335882e (diff) |
Move html files (#1375)
* Move background.html to /
* Move context.html to /
* Move info.html to /
* Move legal.html to /
* Move permissions.html to /
* Move pitch-accents-preview.html to /
* Move popup-preview.html to /
* Move search.html to /
* Move settings.html to /
* Move settings2.html to /
* Move template-renderer.html to /
* Move welcome.html to /
* Move float.html to /
* Move display-templates.html to /
Diffstat (limited to 'ext/bg/js/template-renderer-proxy.js')
-rw-r--r-- | ext/bg/js/template-renderer-proxy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/template-renderer-proxy.js b/ext/bg/js/template-renderer-proxy.js index 21d45a94..6a49832b 100644 --- a/ext/bg/js/template-renderer-proxy.js +++ b/ext/bg/js/template-renderer-proxy.js @@ -21,7 +21,7 @@ class TemplateRendererProxy { this._frameNeedsLoad = true; this._frameLoading = false; this._frameLoadPromise = null; - this._frameUrl = chrome.runtime.getURL('/bg/template-renderer.html'); + this._frameUrl = chrome.runtime.getURL('/template-renderer.html'); this._invocations = new Set(); } |