aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/moderate.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-10-09 16:59:45 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2015-10-09 16:59:45 +0100
commita577e6cead169a5f28daf020ebbc86de6fbac6c2 (patch)
treedb0b6eba60dcaca8301d6c2da25fa5d9e6f0f75e /web/js/moderate.js
parent97cd4dd5d39ee23a4c8f0863809e4230f954274a (diff)
parent0ae59f7314fe161245462b8cabba5d4e1988853f (diff)
Merge branch '1141-list-css-part-4'
Diffstat (limited to 'web/js/moderate.js')
-rw-r--r--web/js/moderate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/moderate.js b/web/js/moderate.js
index dd366df3f..0be3cca8d 100644
--- a/web/js/moderate.js
+++ b/web/js/moderate.js
@@ -38,5 +38,5 @@ function setup_moderation (elem, word) {
$(function () {
setup_moderation( $('.problem-header'), 'problem' );
- setup_moderation( $('.issue-list .issue'), 'update' );
+ setup_moderation( $('.item-list__item--updates'), 'update' );
});