diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-31 13:04:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 13:04:16 -0400 |
commit | 454ffaad9658256cb4980ee27eb013606b285edc (patch) | |
tree | 85638439db117db833d15a0184ecd45b1f1a83b6 /ext/info.html | |
parent | 00c5ae79833a641ccc5f7d31b6eea3e91db4cb71 (diff) |
StringUtil (#1861)
* Add StringUtil class
* Use StringUtil
Diffstat (limited to 'ext/info.html')
-rw-r--r-- | ext/info.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/info.html b/ext/info.html index 5872dda4..74d669c4 100644 --- a/ext/info.html +++ b/ext/info.html @@ -68,6 +68,7 @@ <script src="/js/comm/cross-frame-api.js"></script> <script src="/js/data/anki-util.js"></script> <script src="/js/data/permissions-util.js"></script> +<script src="/js/data/sandbox/string-util.js"></script> <script src="/js/dom/document-focus-controller.js"></script> <script src="/js/dom/html-template-collection.js"></script> <script src="/js/pages/settings/backup-controller.js"></script> |