mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
remove shortcut for now
This commit is contained in:
parent
4cd9243888
commit
679800bc09
2 changed files with 2 additions and 3 deletions
|
@ -157,6 +157,5 @@ var showSelector = function(){
|
|||
window.PagedownCustom.appendButtons.push({
|
||||
id: 'wmd-emoji-button',
|
||||
description: I18n.t("composer.emoji"),
|
||||
execute: showSelector,
|
||||
shortcut: ':'
|
||||
execute: showSelector
|
||||
});
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
en:
|
||||
js:
|
||||
composer:
|
||||
emoji: "Emoji :smile: CTRL+:"
|
||||
emoji: "Emoji :smile:"
|
||||
|
||||
apple_international: "Apple/International"
|
||||
google: "Google"
|
||||
|
|
Loading…
Reference in a new issue