aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/base.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-07-07 16:15:44 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-07-30 18:17:54 -0700
commit46004ea6ca55613d6330899dfeb7afff6bfa2229 (patch)
treea9e67ea9d01f1d5e67d7731024bd5eac4fc0dcb5 /python/fatcat_web/templates/base.html
parent7282174320c7ec9367bddd26fa6f14e424c8480a (diff)
downloadfatcat-46004ea6ca55613d6330899dfeb7afff6bfa2229.tar.gz
fatcat-46004ea6ca55613d6330899dfeb7afff6bfa2229.zip
experimentally update semantic-ui to fomantic-ui 2.8.6
fomatic-ui is a "community fork" which has had more active recent feature additions, though i'm not sure whether the quality has been as good as the main semantic-ui project. the proximal motivation to upgrade/switch is to get multi-bar progress bars, to display overall preservation status in a single bar as a fraction.
Diffstat (limited to 'python/fatcat_web/templates/base.html')
-rw-r--r--python/fatcat_web/templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html
index 12649eda..18c66077 100644
--- a/python/fatcat_web/templates/base.html
+++ b/python/fatcat_web/templates/base.html
@@ -15,7 +15,8 @@
{%- endblock %} | fatcat!</title>
<link rel="stylesheet"
- href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.1/dist/semantic.min.css"
+ type="text/css"
+ href="https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.6/dist/semantic.min.css"
crossorigin="anonymous">
<style>
{# bnewbold: fix light grey bars in header #}
@@ -125,12 +126,11 @@
</footer>
<script
- src="https://code.jquery.com/jquery-3.1.1.min.js"
- integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
+ src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js"
crossorigin="anonymous">
</script>
<script
- src="https://cdn.jsdelivr.net/npm/semantic-ui@2.3.2/dist/semantic.min.js"
+ src="https://cdn.jsdelivr.net/npm/fomantic-ui@2.8.6/dist/semantic.min.js"
crossorigin="anonymous">
</script>
{% block postscript %}{% endblock %}