mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
dependencies: Upgrade eslint from 6.0.1 to 6.6.0.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
2eba3e7827
commit
ffe8ec3450
@@ -8,7 +8,7 @@ function make_upload_absolute(uri) {
|
||||
|
||||
// Show the upload button only if the browser supports it.
|
||||
exports.feature_check = function (upload_button) {
|
||||
if (window.XMLHttpRequest && (new XMLHttpRequest()).upload) {
|
||||
if (window.XMLHttpRequest && new XMLHttpRequest().upload) {
|
||||
upload_button.removeClass("notdisplayed");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user