diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-10-09 16:59:45 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-10-09 16:59:45 +0100 |
commit | a577e6cead169a5f28daf020ebbc86de6fbac6c2 (patch) | |
tree | db0b6eba60dcaca8301d6c2da25fa5d9e6f0f75e /web/js/moderate.js | |
parent | 97cd4dd5d39ee23a4c8f0863809e4230f954274a (diff) | |
parent | 0ae59f7314fe161245462b8cabba5d4e1988853f (diff) |
Merge branch '1141-list-css-part-4'
Diffstat (limited to 'web/js/moderate.js')
-rw-r--r-- | web/js/moderate.js | 2 |
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' ); }); |