Skip to content

Commit

Permalink
downgrade version htmx
Browse files Browse the repository at this point in the history
  • Loading branch information
Demurest committed Dec 20, 2024
1 parent 91b3d8f commit 3111bac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script id="htmx-script" src="https://unpkg.com/htmx.org@2.0.2"></script>
<script src="https://unpkg.com/htmx.org@1.9.12" integrity="sha384-ujb1lZYygJmzgSwoxRggbCHcjc0rB2XoQrxeTUQyRjrOnlCoYta87iKBWq3EsdM2" crossorigin="anonymous"></script>
<meta name="htmx-config" content='{"selfRequestsOnly": false}'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0">
<link rel="stylesheet" href="{{API_URL}}/static/crossmatch.css">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script id="htmx-script" src="https://unpkg.com/htmx.org@2.0.2"></script>
<script src="https://unpkg.com/htmx.org@1.9.12" integrity="sha384-ujb1lZYygJmzgSwoxRggbCHcjc0rB2XoQrxeTUQyRjrOnlCoYta87iKBWq3EsdM2" crossorigin="anonymous"></script>
<meta name="htmx-config" content='{"selfRequestsOnly": false}'>
<link rel="stylesheet" href="{{ API_URL }}/static/main.css">
<script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script id="htmx-script" src="https://unpkg.com/htmx.org@2.0.2"></script>
<script src="https://unpkg.com/htmx.org@1.9.12" integrity="sha384-ujb1lZYygJmzgSwoxRggbCHcjc0rB2XoQrxeTUQyRjrOnlCoYta87iKBWq3EsdM2" crossorigin="anonymous"></script>
<meta name="htmx-config" content='{"selfRequestsOnly": false}'>
<script type="module" src="{{API_URL}}/static/magstats.js"></script>
<link rel="stylesheet"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script id="htmx-script" src="https://unpkg.com/htmx.org@2.0.2"></script>
<script src="https://unpkg.com/htmx.org@1.9.12" integrity="sha384-ujb1lZYygJmzgSwoxRggbCHcjc0rB2XoQrxeTUQyRjrOnlCoYta87iKBWq3EsdM2" crossorigin="anonymous"></script>
<meta name="htmx-config" content='{"selfRequestsOnly": false}'
<script type="module" src="{{API_URL}}/static/object.js"></script>
<link rel="stylesheet"
Expand Down
2 changes: 1 addition & 1 deletion lightcurve/src/probability_api/templates/prob.html.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script id="htmx-script" src="https://unpkg.com/[email protected].11"></script>
<script src="https://unpkg.com/[email protected].12" integrity="sha384-ujb1lZYygJmzgSwoxRggbCHcjc0rB2XoQrxeTUQyRjrOnlCoYta87iKBWq3EsdM2" crossorigin="anonymous"></script>
<script type="module" src="{{API_URL}}/static/probability.js"></script>
<link rel="stylesheet" href="{{API_URL}}/static/probability.css">

Expand Down

0 comments on commit 3111bac

Please sign in to comment.