Skip to content

Commit 25f702e

Browse files
committed
s/boot.js/index.js because of new compiler
1 parent de0a47a commit 25f702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/boot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<meta http-equiv="refresh" content="0; url=nojs.html"/>
4242
</noscript>
4343
${preBootJs}
44-
<script type="text/javascript" src="${appPath}boot.js"></script>
44+
<script type="text/javascript" src="${appPath}index.js"></script>
4545

4646
</head>
4747
<body>

0 commit comments

Comments
 (0)