diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-09-30 21:12:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 21:12:26 -0400 |
commit | 52e4bc8e6a357d9553dc2da385cb8ed5e8db15e7 (patch) | |
tree | 34c1153738309809e81a39b4a7fcdf320a9771c4 /ext/settings.html | |
parent | 19eb990aeb197f70a0cf46efdf9f2bdd6ed1d48c (diff) |
Add disable-popup-preview option to the settings page (#1974)
Diffstat (limited to 'ext/settings.html')
-rw-r--r-- | ext/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/settings.html b/ext/settings.html index a4619786..1c3dd065 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -1980,7 +1980,7 @@ <div class="content-right"> <div class="preview-sidebar"><div class="preview-sidebar-inner"> <div class="preview-frame-container"> - <iframe src="/popup-preview.html" class="preview-frame" id="popup-preview-frame"></iframe> + <iframe class="preview-frame" id="popup-preview-frame"></iframe> </div> </div></div> </div> |