mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
docs: Fix grammar errors found by mwic.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
7807bff526
commit
835ee69c80
2
web/third/bootstrap/js/bootstrap.js
vendored
2
web/third/bootstrap/js/bootstrap.js
vendored
@@ -113,7 +113,7 @@
|
||||
|
||||
if (!isActive) {
|
||||
if ('ontouchstart' in document.documentElement) {
|
||||
// if mobile we we use a backdrop because click events don't delegate
|
||||
// if mobile we use a backdrop because click events don't delegate
|
||||
$('<div class="dropdown-backdrop"/>').insertBefore($(this)).on('click', clearMenus)
|
||||
}
|
||||
$parent.toggleClass('open')
|
||||
|
||||
Reference in New Issue
Block a user