Yeah I realized that the next day
Do this instead to the same client.js file:
(1) Change the "JOSC_addNew()" function (same one from above) back to it's original...
function JOSC_addNew() {
JOSC_resetFormPos();
JOSC_goToAnchor('CommentForm');
}
(2) Search for this function...
function JOSC_ajaxReady()
...and change this line (inside the function)...
...to this...
With those changes, JoomlaComment will
never jump to the Comment Form (or any other existing URL anchor) from AJAX operations but instead
only when you click the specific "Add Comment" button manually. I already made these changes to the latest alpha version and it's worked well for me so far