mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
FIX: Home key was broken due to some HTML changes
This commit is contained in:
parent
1714bfe441
commit
3f6bf2fda0
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
|
|||
},
|
||||
|
||||
_jumpTo: function(direction) {
|
||||
if ($('#topic-title').length) {
|
||||
if ($('.container.posts').length) {
|
||||
Discourse.__container__.lookup('controller:topic').send(direction);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue