Commit 6a33f29f authored by Joel Riley's avatar Joel Riley Committed by Chromium LUCI CQ

Fix select-to-speak options page.

Recent JS Modules migration caused <script> imported JS modules to fail.

AX-Relnotes: N/A

Bug: 1165431
Change-Id: I7ca66807f765daf83ba4105265d73b7d705f1535
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622754
Commit-Queue: Joel Riley <joelriley@google.com>
Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842739}
parent 89803769
...@@ -108,7 +108,6 @@ ...@@ -108,7 +108,6 @@
</div> </div>
</div> </div>
<script src="prefs_manager.js"></script> <script type="module" src="select_to_speak_options.js"></script>
<script src="select_to_speak_options.js"></script>
</body> </body>
</html> </html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment