diff --git a/modules/editor/components/emoticon/tpl/popup.html b/modules/editor/components/emoticon/tpl/popup.html index 2f991727b..f54a7aa04 100644 --- a/modules/editor/components/emoticon/tpl/popup.html +++ b/modules/editor/components/emoticon/tpl/popup.html @@ -8,7 +8,7 @@
- diff --git a/modules/editor/components/emoticon/tpl/popup.js b/modules/editor/components/emoticon/tpl/popup.js index cded638f4..fa8d8cc79 100644 --- a/modules/editor/components/emoticon/tpl/popup.js +++ b/modules/editor/components/emoticon/tpl/popup.js @@ -52,5 +52,6 @@ function insertEmoticon() { // load default emoticon set getEmoticons('msn'); +$('#selectEmoticonList').change(function(){ getEmoticons(this.value) }); });