diff options
author | Robin ALEXANDER <colisee@hotmail.com> | 2022-02-11 17:29:32 +0100 |
---|---|---|
committer | Robin ALEXANDER <colisee@hotmail.com> | 2022-02-11 17:29:32 +0100 |
commit | daf36c1ec9a705a9920e75dba7937b8b083ca298 (patch) | |
tree | 9300aadbc14bfc1df428a052eba24440e05369f7 /gui/views/index.tpl | |
parent | cf59334d138a7d751ea081581fef27bc82551f42 (diff) | |
download | dabmux-daf36c1ec9a705a9920e75dba7937b8b083ca298.tar.gz dabmux-daf36c1ec9a705a9920e75dba7937b8b083ca298.tar.bz2 dabmux-daf36c1ec9a705a9920e75dba7937b8b083ca298.zip |
Remove links to javascripts when not needed
Diffstat (limited to 'gui/views/index.tpl')
-rw-r--r-- | gui/views/index.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/views/index.tpl b/gui/views/index.tpl index 7d7f886..ce60533 100644 --- a/gui/views/index.tpl +++ b/gui/views/index.tpl @@ -5,8 +5,6 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> - <script type="text/javascript" src="static/jquery-1.10.2.min.js"></script> - <script type="text/javascript" src="static/script.js"></script> </head> <body class="w3-container"> <div class="w3-top w3-bar w3-blue-grey"> |