diff options
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index b3067b1e..218e9925 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -38,7 +38,7 @@ <script src="/bg/js/json-schema.js"></script> <script src="/bg/js/media-utility.js"></script> <script src="/bg/js/options.js"></script> - <script src="/bg/js/profile-conditions2.js"></script> + <script src="/bg/js/profile-conditions.js"></script> <script src="/bg/js/request-builder.js"></script> <script src="/bg/js/template-renderer.js"></script> <script src="/bg/js/text-source-map.js"></script> |