The code doesn't work. Crash at line: var permlink = r[0].permlink;
r is null. Why are you trying to access the variable that was never set.
You are viewing a single comment's thread from:
The code doesn't work. Crash at line: var permlink = r[0].permlink;
r is null. Why are you trying to access the variable that was never set.
Yes, you are right ,that version wont work
I am just fixing the bug and refactorizing some functions before updating github
Thanks for checking!! :)
Can you also use some code formatter/beautifyer before the next update? Tab indents are a mess.
"vote" function should work fine now!
I have improved a little bit the formatting , I will work on it later after testing a few more functions