aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2017-10-01 17:09:16 +0100
committerGitHub2017-10-01 17:09:16 +0100
commit10bcb92735f820779950557c5d59d35f769a10fc (patch)
treec050ccd4449175f12b07c55b9c34402c266dfb3c
parentcbaf4dfabf3cf215232f3797c2f9f697684cbca2 (diff)
parent60d6256eec4cb7bbeaa884701cd6b21e4dbcb551 (diff)
downloadvimium-10bcb92735f820779950557c5d59d35f769a10fc.tar.bz2
Merge pull request #2687 from mrmr1993/fix-popup
Fix the popup dialog
-rw-r--r--pages/popup.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/popup.html b/pages/popup.html
index eb41c3ae..03c466d6 100644
--- a/pages/popup.html
+++ b/pages/popup.html
@@ -48,6 +48,7 @@
</style>
<script src="../lib/utils.js"></script>
+ <script src="../lib/dom_utils.js"></script>
<script src="../lib/settings.js"></script>
<script src="options.js"></script>
</head>