From d1173e0e735ea2dc857653cee2c37c2a9d5a03cb Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 28 Feb 2023 09:50:49 +0200 Subject: [PATCH] fix: js references --- static/js/index.js | 2 +- templates/nostrmarket/index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/index.js b/static/js/index.js index b48f3b1..71d65d5 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -1,7 +1,7 @@ const stalls = async () => { Vue.component(VueQrcode.name, VueQrcode) - await relayDetails('static/components/stall-details/stall-details.html') + await stallDetails('static/components/stall-details/stall-details.html') new Vue({ el: '#vue', diff --git a/templates/nostrmarket/index.html b/templates/nostrmarket/index.html index 86f0077..cf4ff44 100644 --- a/templates/nostrmarket/index.html +++ b/templates/nostrmarket/index.html @@ -22,8 +22,8 @@ {% endblock%}{% block scripts %} {{ window_vars(user) }} - - - + + + {% endblock %}