boyska 7 months ago
parent
commit
67fb372516
2 changed files with 43 additions and 40 deletions
  1. 22 19
      index.html
  2. 21 21
      jsdoc.conf.json

+ 22 - 19
index.html

@@ -1,24 +1,27 @@
 <!doctype html>
 <html>
-    <head>
-<style>
-.info {border: 1px solid gray; max-width: 20em; padding: 0.3em; font-family: monospace;}
-</style>
-    </head>
-    <body>
-        Ciao
-        <script src="libs/ical.min.js"></script>
-        <script src="dist/radiomanifest-oldstyle.bundle.js"></script>
-        <script src="ui.js"></script>
-	<div id="player">
-        <audio controls>
-        </audio>
-        <div class="info" id="now-info"></div>
-	</div>
-    <div class="info" id="show-info"> </div>
+  <head>
+    <style>
+      .info {
+        border: 1px solid gray;
+        max-width: 20em;
+        padding: 0.3em;
+        font-family: monospace;
+      }
+    </style>
+  </head>
+  <body>
+    Ciao
+    <script src="libs/ical.min.js"></script>
+    <script src="dist/radiomanifest-oldstyle.bundle.js"></script>
+    <script src="ui.js"></script>
+    <div id="player">
+      <audio controls></audio>
+      <div class="info" id="now-info"></div>
+    </div>
+    <div class="info" id="show-info"></div>
     <div id="shows">
-        <ul>
-        </ul>
+      <ul></ul>
     </div>
-    </body>
+  </body>
 </html>

+ 21 - 21
jsdoc.conf.json

@@ -1,24 +1,24 @@
 {
-    "plugins": ["plugins/markdown.js"],
-    "opts": {
-        "template": "node_modules/docdash",
-        "encoding": "utf8",
-        "destination": "./docs"
-    },
-    "templates": {
-        "default": {
-            "includeDate": false
-        }
-    },
-    "docdash": {
-        "static": true,
-        "sort": true,
-        "search": true,
-        "collapse": true,
-        "typedefs": false,
-        "private": false,
-        "navLevel": 0,
-        "removeQuotes": "none",
-        "scripts": []
+  "plugins": ["plugins/markdown.js"],
+  "opts": {
+    "template": "node_modules/docdash",
+    "encoding": "utf8",
+    "destination": "./docs"
+  },
+  "templates": {
+    "default": {
+      "includeDate": false
     }
+  },
+  "docdash": {
+    "static": true,
+    "sort": true,
+    "search": true,
+    "collapse": true,
+    "typedefs": false,
+    "private": false,
+    "navLevel": 0,
+    "removeQuotes": "none",
+    "scripts": []
+  }
 }