From 75d48ed28bcddecff5e9f0e0451e11a408d76a10 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 29 Sep 2019 17:01:32 +0100 Subject: [PATCH] Rename app.js -> item.js --- static/js/{app.js => item.js} | 0 templates/item.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename static/js/{app.js => item.js} (100%) diff --git a/static/js/app.js b/static/js/item.js similarity index 100% rename from static/js/app.js rename to static/js/item.js diff --git a/templates/item.html b/templates/item.html index bba9c4c..06056f9 100644 --- a/templates/item.html +++ b/templates/item.html @@ -156,5 +156,5 @@ var lookup_url = {{ url_for('depicts_lookup') | tojson }}; - + {% endblock %}