diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-04 17:53:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 17:53:29 -0400 |
commit | 8cd5a2f75f192417eee49f221029d50d77aef82d (patch) | |
tree | 9547122eb0364e4709eb2fc00800fb5caf47d9c3 /ext/bg/background.html | |
parent | e606a78b188435d5e8df0a2ee37f22b2f109b7e2 (diff) |
Profile conditions cleanup (#768)
* Remove conditions.js
* Rename profile-conditions2.js to profile-conditions.js
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> |