mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
Bootstrap.js: Fix null is not an object error.
This commit is contained in:
2
static/third/bootstrap/js/bootstrap.js
vendored
2
static/third/bootstrap/js/bootstrap.js
vendored
@@ -1033,7 +1033,7 @@
|
||||
}
|
||||
|
||||
, removeBackdrop: function () {
|
||||
if (this !== null) {
|
||||
if (this.$backdrop && this.$backdrop.remove) {
|
||||
this.$backdrop.remove();
|
||||
}
|
||||
this.$backdrop = null
|
||||
|
||||
Reference in New Issue
Block a user