TRIVIAL: use class instead of id for the 'topic-list'

This commit is contained in:
Régis Hanol
2014-07-29 23:38:36 +02:00
parent 2096861d79
commit b196de0821
19 changed files with 45 additions and 45 deletions

View File

@ -35,7 +35,7 @@ module("Discourse.KeyboardShortcuts", {
" <li data-id='3'><a></a></li>",
" </ul>",
"</div>",
"<table id='topic-list'>",
"<table class='topic-list'>",
" <tr class='topic-list-item selected'><td>",
" <a class='title'></a>",
" </td></tr>",