Files
@ 85135d4f9fef
Branch filter:
Location: kallithea/conftest.py
85135d4f9fef
1.2 KiB
text/x-python
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.