From 5a7d284c76dd11e12c3c388f6d2528e38ab10380 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Wed, 2 Sep 2020 09:17:24 +0530 Subject: [PATCH] Fix for "voting before login" check --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bd256fa..d3cb976 100644 --- a/index.html +++ b/index.html @@ -9940,7 +9940,7 @@ console.log('woohooo I just clicked') let columnName = element.id.split('_')[0] - if (typeof mainObj !== 'undefined') { + if (typeof myFloID !== 'undefined') { if (element.classList.value == 'fa fa-thumbs-o-up') { let articlekey = document.getElementById(columnName).dataset.articlekey let mainObj = {