-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #347 from alercebroker/fix/htmx-response
Change HTMX to a lower version
- Loading branch information
Showing
11 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script id="htmx-script" src="https://unpkg.com/htmx.[email protected]"></script> | ||
<script src="{{API_URL}}/htmx/htmx.min.js"></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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The HTMX version is the 1.9.12 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lightcurve/src/lightcurve_api/templates/lightcurve_app.html.jinja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script id="htmx-script" src="https://unpkg.com/htmx.[email protected]"></script> | ||
<script src="{{API_URL}}/htmx/htmx.min.js"></script> | ||
<meta name="htmx-config" content='{"selfRequestsOnly": false}'> | ||
<link rel="stylesheet" href="{{ API_URL }}/static/main.css"> | ||
<script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
lightcurve/src/magstats_api/templates/magstatRebuild.html.jinja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<script id="htmx-script" src="https://unpkg.com/htmx.[email protected]"></script> | ||
<script src="{{API_URL}}/htmx/htmx.min.js"></script> | ||
<meta name="htmx-config" content='{"selfRequestsOnly": false}'> | ||
<script type="module" src="{{API_URL}}/static/magstats.js"></script> | ||
<link rel="stylesheet" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
lightcurve/src/object_api/templates/basicInformationPreview.html.jinja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<script id="htmx-script" src="https://unpkg.com/htmx.[email protected]"></script> | ||
<meta name="htmx-config" content='{"selfRequestsOnly": false}' | ||
<script src="{{API_URL}}/htmx/htmx.min.js"></script> | ||
<meta name="htmx-config" content='{"selfRequestsOnly": false}'> | ||
<script type="module" src="{{API_URL}}/static/object.js"></script> | ||
<link rel="stylesheet" | ||
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<script id="htmx-script" src="https://unpkg.com/[email protected]"></script> | ||
<script src="{{API_URL}}/htmx/htmx.min.js"></script> | ||
<meta name="htmx-config" content='{"selfRequestsOnly": false}'> | ||
<script type="module" src="{{API_URL}}/static/probability.js"></script> | ||
<link rel="stylesheet" href="{{API_URL}}/static/probability.css"> | ||
|
||
|