diff options
author | Alexander_Kabui | 2024-02-14 14:44:50 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-02-14 14:44:50 +0300 |
commit | 11cc13240c6872605daa088a0964172347b379be (patch) | |
tree | 7ba63ec58fd159fa4aa74f59b32dd36738f7a255 /gn2/wqflask/templates/oauth2 | |
parent | affc516fe4d1547cc0bfad005e7c2257a23aa669 (diff) | |
download | genenetwork2-11cc13240c6872605daa088a0964172347b379be.tar.gz |
replace jquery-ui cdn with guix packaging
Diffstat (limited to 'gn2/wqflask/templates/oauth2')
-rw-r--r-- | gn2/wqflask/templates/oauth2/data-list-genotype.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/oauth2/data-list-mrna.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/oauth2/data-list-phenotype.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gn2/wqflask/templates/oauth2/data-list-genotype.html b/gn2/wqflask/templates/oauth2/data-list-genotype.html index c780a583..78939a72 100644 --- a/gn2/wqflask/templates/oauth2/data-list-genotype.html +++ b/gn2/wqflask/templates/oauth2/data-list-genotype.html @@ -8,7 +8,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> {%endblock%} diff --git a/gn2/wqflask/templates/oauth2/data-list-mrna.html b/gn2/wqflask/templates/oauth2/data-list-mrna.html index 0e163235..728e95d4 100644 --- a/gn2/wqflask/templates/oauth2/data-list-mrna.html +++ b/gn2/wqflask/templates/oauth2/data-list-mrna.html @@ -8,7 +8,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> {%endblock%} diff --git a/gn2/wqflask/templates/oauth2/data-list-phenotype.html b/gn2/wqflask/templates/oauth2/data-list-phenotype.html index 8c79c0d6..e5172c70 100644 --- a/gn2/wqflask/templates/oauth2/data-list-phenotype.html +++ b/gn2/wqflask/templates/oauth2/data-list-phenotype.html @@ -8,7 +8,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> {%endblock%} |