mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -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"/>
|
||||
<title>Leporello.js</title>
|
||||
|
||||
<!--speedup loading-->
|
||||
<link rel="modulepreload" href="/src/launch.js">
|
||||
|
||||
<script src='ace/ace.js'></script>
|
||||
<script src='ace/keybinding-vim.js'></script>
|
||||
<script src='ace/ext-language_tools.js'></script>
|
||||
|
||||
<script type='module' src="./src/launch.js"></script>
|
||||
|
||||
<style>
|
||||
|
||||
:root {
|
||||
@@ -461,14 +461,6 @@
|
||||
|
||||
</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>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user