aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/oauth2
diff options
context:
space:
mode:
authorAlexander_Kabui2024-02-14 14:44:50 +0300
committerAlexander_Kabui2024-02-14 14:44:50 +0300
commit11cc13240c6872605daa088a0964172347b379be (patch)
tree7ba63ec58fd159fa4aa74f59b32dd36738f7a255 /gn2/wqflask/templates/oauth2
parentaffc516fe4d1547cc0bfad005e7c2257a23aa669 (diff)
downloadgenenetwork2-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.html2
-rw-r--r--gn2/wqflask/templates/oauth2/data-list-mrna.html2
-rw-r--r--gn2/wqflask/templates/oauth2/data-list-phenotype.html2
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%}