mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
Remove transitional feature_flags.alert_words flag.
(imported from commit f00eba8a12054e9771105e341e2652a53271e298)
This commit is contained in:
committed by
Leo Franchi
parent
d5f14e3bb7
commit
b98e7f8d90
@@ -1433,7 +1433,7 @@ $(function () {
|
||||
|
||||
var notification_docs = $("#notification-docs");
|
||||
notification_docs.popover({"placement": "right",
|
||||
"content": templates.render('notification_docs', {alert_words: feature_flags.alert_words}),
|
||||
"content": templates.render('notification_docs', {}),
|
||||
"trigger": "manual"});
|
||||
$("body").on("mouseover", "#notification-docs", function (e) {
|
||||
notification_docs.popover('show');
|
||||
|
||||
Reference in New Issue
Block a user