killburne / custom-duelingbook

14 stars 7 forks source link

bug fix #17

Closed XtevensChannel closed 11 months ago

XtevensChannel commented 11 months ago

It is necessary to add a semicolon at the end of this line cell.data('cout', (window.unsafeWindow || window).private_chat.find('.cout_txt').html()) because the next line begins with (window.unsafeWindow || window) Otherwise the script calls cell.data(...)(...)

killburne commented 11 months ago

i fixed the missing semicolons. thanks