Remove transitional feature_flags.alert_words flag.

(imported from commit f00eba8a12054e9771105e341e2652a53271e298)
This commit is contained in:
Steve Howell
2013-10-11 11:30:57 -04:00
committed by Leo Franchi
parent d5f14e3bb7
commit b98e7f8d90
4 changed files with 3 additions and 8 deletions

View File

@@ -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');