mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fixed typo
This commit is contained in:
parent
61cc8ead44
commit
a4aeaeae30
@ -136,7 +136,7 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
|
|||||||
},
|
},
|
||||||
|
|
||||||
pinUnpinTopic: function() {
|
pinUnpinTopic: function() {
|
||||||
Discourse.__container__lookup('controller:topic').togglePinnedState();
|
Discourse.__container__.lookup('controller:topic').togglePinnedState();
|
||||||
},
|
},
|
||||||
|
|
||||||
toggleProgress: function() {
|
toggleProgress: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user