- Refactoring: Rename no modules redirect file to begin with "redirect" as with other redirect

This commit is contained in:
Brett Zamir
2018-10-24 11:03:26 +08:00
parent 4a0889c7e5
commit 9d454d79fd
7 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
<!{else}-->
<script src="jquery.min.js"></script>
<!--{endif}-->
<script nomodule="" src="no-module-support-redirect.js"></script>
<script nomodule="" src="redirect-on-no-module-support.js"></script>
<!-- We keep this next module external to avoid the need to
load further scripts if not supported -->
<script type="module" src="redirect-on-lacking-support.js"></script>