fix setup of new document, closes #966

This commit is contained in:
zadam
2020-04-14 21:57:42 +02:00
parent 48aadc8309
commit 29cec8112e
149 changed files with 194 additions and 181 deletions

View File

@@ -78,7 +78,7 @@
<link href="stylesheets/style.css" rel="stylesheet">
<link href="stylesheets/detail.css" rel="stylesheet">
<script src="javascripts/desktop.js" crossorigin type="module"></script>
<script src="app/desktop.js" crossorigin type="module"></script>
<link rel="stylesheet" type="text/css" href="libraries/boxicons/css/boxicons.min.css">

View File

@@ -131,7 +131,7 @@
<link href="libraries/ckeditor/ckeditor-content.css" rel="stylesheet">
<script src="javascripts/mobile.js" crossorigin type="module"></script>
<script src="app/mobile.js" crossorigin type="module"></script>
<link href="stylesheets/themes.css" rel="stylesheet">
<link href="stylesheets/style.css" rel="stylesheet">

View File

@@ -210,7 +210,7 @@
<script src="libraries/knockout.min.js"></script>
<script src="javascripts/setup.js" crossorigin type="module"></script>
<script src="app-dist/setup.js" crossorigin type="module"></script>
<link href="stylesheets/themes.css" rel="stylesheet">
</body>
</html>