Skip to content

Commit

Permalink
parse html serverside
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed Aug 30, 2024
1 parent ce24bb6 commit e3dcbbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/module.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ export function open_socket_with_oronder(update = false) {
Logger.error(game.i18n.localize('oronder.Item-Not-Found'))
return
}
const desc = $(item.system.description.value.trim()).text()
callback(desc)
callback(item.system.description.value)
})

monks_token_bar_hooks()
Expand Down

0 comments on commit e3dcbbc

Please sign in to comment.