diff --git a/web/static/js/quotes.js b/web/static/js/quotes.js index 49c34b5..9e11736 100644 --- a/web/static/js/quotes.js +++ b/web/static/js/quotes.js @@ -12,6 +12,7 @@ var sorting = sessionStorage.getItem("sort"); if (sorting == null) { sorting = "-datetime"; } +var temp_quote_id; function renderBlockQuote(quote) { return ` @@ -23,7 +24,7 @@ function renderBlockQuote(quote) {

${quote.datetime}

-
+