Files
@ 85135d4f9fef
Branch filter:
Location: kallithea/docs/theme/nature/layout.html
85135d4f9fef
1.0 KiB
text/html
ui: fix page navigation/scrolling when toggling "Follow" status
The onclick handler was a void function and thus not cancelling the default
handling of following the 'href'.
The called toggleFollowingRepo function was already returning false, so the
onClick handler just needs to return the result of the called function.
The onclick handler was a void function and thus not cancelling the default
handling of following the 'href'.
The called toggleFollowingRepo function was already returning false, so the
onClick handler just needs to return the result of the called function.