Hi there,
Honestly, i am a bit lost here actually
Did you referring to this javascript
http://take.ms/jphXh? If yes, you can remove them at this path
.../components/com_easysocial/themes/wireframe/likes/action.php on codes below. And you can do template override for them as follow
https://stackideas.com/docs/easysocial/administrators/templating/template-overrides so that those changes wont be overrdden once you have made any update on your Easysocial.
[gist type="php"]
//remove href="javascript:void(0);"
<a href="javascript:void(0);"
class="es-reaction-option__link <?php echo $selectedReaction ? 'is-active' : '';?> <?php echo $buttonStyle ? 'btn btn-es-primary-o btn-rounded' : '';?>"
data-es-likes="<?php echo $selectedReaction ? $selectedReaction->getKey() : 'like';?>"
data-button-main
>
[/gist]
If i understand you wrongly, can you provide us with more details, maybe provide us with links and attachment for better understanding.
Please advice.