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({
|
window.PagedownCustom.appendButtons.push({
|
||||||
id: 'wmd-emoji-button',
|
id: 'wmd-emoji-button',
|
||||||
description: I18n.t("composer.emoji"),
|
description: I18n.t("composer.emoji"),
|
||||||
execute: showSelector,
|
execute: showSelector
|
||||||
shortcut: ':'
|
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
en:
|
en:
|
||||||
js:
|
js:
|
||||||
composer:
|
composer:
|
||||||
emoji: "Emoji :smile: CTRL+:"
|
emoji: "Emoji :smile:"
|
||||||
|
|
||||||
apple_international: "Apple/International"
|
apple_international: "Apple/International"
|
||||||
google: "Google"
|
google: "Google"
|
||||||
|
|
Loading…
Reference in a new issue