mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
lint: Fix many no-unused-vars eslint rule violations.
These have been carefully audited by tabbott to ensure they are unlikely to cause regressions.
This commit is contained in:
@@ -93,7 +93,7 @@ $(function () {
|
||||
}
|
||||
});
|
||||
|
||||
$("#referral-form input").on('blur', function (e) {
|
||||
$("#referral-form input").on('blur', function () {
|
||||
if ($("#referral-form input").val() === '') {
|
||||
validator.resetForm();
|
||||
resize.resize_page_components();
|
||||
|
||||
Reference in New Issue
Block a user