aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-01 15:19:21 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-01 15:19:21 -0500
commita7e4901f728ac3069d9ae6a185b44971178a10a0 (patch)
tree8cfcf107e1cf74e6c44f9ebba8c84749fbfb902c /ext/bg/settings.html
parent403b86675d288a8082125475f87f9b1740e3480a (diff)
Move PageExitPrevention to its own file
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r--ext/bg/settings.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index 908c618c..9edb48e5 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -876,6 +876,7 @@
<script src="/bg/js/dictionary.js"></script>
<script src="/bg/js/handlebars.js"></script>
<script src="/bg/js/options.js"></script>
+ <script src="/bg/js/page-exit-prevention.js"></script>
<script src="/bg/js/profile-conditions.js"></script>
<script src="/bg/js/templates.js"></script>
<script src="/bg/js/util.js"></script>