Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
a0382ad179
Fixed the JavaScript form validation logic from isValid && validateXxx() to validateXxx() && isValid, in order to correctly validate multiple fields at once.
62b59e7380
Renamed JavaScript variables isValidated to isValid in the forms.
dec53c09f3
Replaced JavaScript XMLHttpRequest.onreadystatechange with XMLHttpRequest.onload.
91d22d72cb
Moved the cancel button to the start and the confirm button to the end in the bootstrap modals.
bbcedfd366
Added fade effect to the bootstrap modals.