Changeset - 85135d4f9fef
stable
0
1
0
Grafted from: 1be7d6b8d12c
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.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)