mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
remove dead code
This commit is contained in:
12
index.html
12
index.html
@@ -5,13 +5,13 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<title>Leporello.js</title>
|
<title>Leporello.js</title>
|
||||||
|
|
||||||
<!--speedup loading-->
|
|
||||||
<link rel="modulepreload" href="/src/launch.js">
|
|
||||||
|
|
||||||
<script src='ace/ace.js'></script>
|
<script src='ace/ace.js'></script>
|
||||||
<script src='ace/keybinding-vim.js'></script>
|
<script src='ace/keybinding-vim.js'></script>
|
||||||
<script src='ace/ext-language_tools.js'></script>
|
<script src='ace/ext-language_tools.js'></script>
|
||||||
|
|
||||||
|
<script type='module' src="./src/launch.js"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
@@ -461,14 +461,6 @@
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script type='module'>
|
|
||||||
// Shortcut for log(...) instead of console.log(...)
|
|
||||||
window.log = console.log
|
|
||||||
|
|
||||||
if(new URLSearchParams(window.location.search).get('leporello') == null) {
|
|
||||||
await import('./src/launch.js');
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user