diff options
-rwxr-xr-x | wqflask/wqflask/templates/index_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
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); </script> |