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/gsearch_pheno.html | |
parent | affc516fe4d1547cc0bfad005e7c2257a23aa669 (diff) | |
download | genenetwork2-11cc13240c6872605daa088a0964172347b379be.tar.gz |
replace jquery-ui cdn with guix packaging
Diffstat (limited to 'gn2/wqflask/templates/gsearch_pheno.html')
-rw-r--r-- | gn2/wqflask/templates/gsearch_pheno.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/gsearch_pheno.html b/gn2/wqflask/templates/gsearch_pheno.html index a1fef2c8..91ea48a2 100644 --- a/gn2/wqflask/templates/gsearch_pheno.html +++ b/gn2/wqflask/templates/gsearch_pheno.html @@ -2,7 +2,7 @@ {% block title %}Search Results{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> - <link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> + <link rel="stylesheet" type="text/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 %} {% block content %} |