From 17bb8042eff1be9d7762e30499c1bf58d3505ea8 Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Fri, 7 May 2021 00:49:13 +0300 Subject: minor fix --- wqflask/wqflask/templates/index_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html index 0a26aede..7b103305 100755 --- a/wqflask/wqflask/templates/index_page.html +++ b/wqflask/wqflask/templates/index_page.html @@ -279,7 +279,7 @@ "showImages": true, "lang": 'en' }; - twitterFetcher.fetch(configProfile) + twitterFetcher.fetch(configProfile); -- cgit v1.2.3