Fix for "voting before login" check
This commit is contained in:
parent
a95b64d5eb
commit
5a7d284c76
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user