mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
remove shortcut for now
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user