Fix for "voting before login" check

This commit is contained in:
Vivek Teega 2020-09-02 09:17:24 +05:30
parent a95b64d5eb
commit 5a7d284c76

View File

@ -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 = {