Move all js/css dependencies local to fix further issues(Need to figure a way to remove dependencies all together due to size 5mb page load currently)
This commit is contained in:
Vendored
+12
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+65
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+18
File diff suppressed because one or more lines are too long
+7
-7
@@ -6,10 +6,10 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<title>Workout Tracker</title>
|
<title>Workout Tracker</title>
|
||||||
<script src="https://cdn.plot.ly/plotly-2.14.0.min.js"></script>
|
<script src="/static/js/plotly-2.14.0.min.js"></script>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tw-elements/dist/css/tw-elements.min.css" />
|
<link href="/static/css/tw-elements.min.css" rel="stylesheet">
|
||||||
<script src="https://cdn.tailwindcss.com/3.2.4"></script>
|
<script src="/static/js/tailwindcss@3.2.4.js"></script>
|
||||||
<script>
|
<script>
|
||||||
tailwind.config = {
|
tailwind.config = {
|
||||||
darkMode: "class",
|
darkMode: "class",
|
||||||
@@ -25,13 +25,13 @@
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script src="https://unpkg.com/htmx.org"></script>
|
<script src="/static/js/htmx.min.js"></script>
|
||||||
<script src="https://unpkg.com/hyperscript.org"></script>
|
<script src="/static/js/hyperscript.min.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/tw-elements/dist/js/tw-elements.umd.min.js"></script>
|
<script src="/static/js/sweetalert2@11.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/static/css/style.css" rel="stylesheet">
|
<link href="/static/css/style.css" rel="stylesheet">
|
||||||
|
<script src="/static/js/tw-elements.min.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function debounce(func, timeout = 300) {
|
function debounce(func, timeout = 300) {
|
||||||
|
|||||||
Reference in New Issue
Block a user