Hello,
I'm trying to develop a small plugin that needs to do some one-time JS action on a newly posted comment.
I've managed to activate the JS after a comment post, but it keeps loading on every page-refresh.
any ideas how to prevent this, and set the JS to a one-time run after a comment post?