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

@@ -1,7 +1,4 @@
$(function () {
if (!feature_flags.alert_words) {
$('#word-alert-area').remove();
}
var word_list = $('#word-alerts');
_.each(alert_words.words, function (word) {
var li = templates.render('alert_word_settings_item', {'word': word});