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:
parent
2096861d79
commit
b196de0821
19 changed files with 45 additions and 45 deletions
|
@ -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>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue