2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

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>",