summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2025-01-06 03:18:31 +0000
committerDirk Engling <erdgeist@erdgeist.org>2025-01-06 03:18:31 +0000
commitaed5df50520565fe5f3ce9e9f62977c655f9b58b (patch)
tree2a3bd7fdcd769d8b5c61a3248d27780c595ae4a3 /static/index.html
parentdd8037abe7898ce120007b2a4f5fc3d96d20340b (diff)
Fix halfnarps new javascript
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/index.html b/static/index.html
index 2e93fb3..bb680d1 100644
--- a/static/index.html
+++ b/static/index.html
@@ -3,11 +3,11 @@
3<head> 3<head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>halfnarp web scheduling helper app</title> 5 <title>halfnarp web scheduling helper app</title>
6 <link rel="stylesheet" href="/static/style_38c3.css"> 6 <link rel="stylesheet" href="style_38c3.css">
7 <link rel="stylesheet" href="/static/style_38c3_tables.css"> 7 <link rel="stylesheet" href="style_38c3_tables.css">
8 <script src="/static/jquery-3.7.1.min.js"></script> 8 <script src="jquery-3.7.1.min.js"></script>
9 <script src="/static/jquery.qrcode.min.js"></script> 9 <script src="jquery.qrcode.min.js"></script>
10 <script src="/static/halfnarp.js"></script> 10 <script src="halfnarp.js"></script>
11 <script> 11 <script>
12 $( document ).ready(function() { do_the_halfnarp(); }); 12 $( document ).ready(function() { do_the_halfnarp(); });
13 </script> 13 </script>