aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabui2021-05-07 00:49:13 +0300
committerBonfaceKilz2021-05-07 12:01:15 +0300
commit17bb8042eff1be9d7762e30499c1bf58d3505ea8 (patch)
tree2764cee9a0403c3f400e0332e216711b05d56224
parent45ba9ad0b88824fa0aafb7d9378a7f68a2c7ee6c (diff)
downloadgenenetwork2-17bb8042eff1be9d7762e30499c1bf58d3505ea8.tar.gz
minor fix
-rwxr-xr-xwqflask/wqflask/templates/index_page.html2
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>