|
|
@@ -44,7 +44,7 @@ var gagaSn = {
|
|
|
['para', ['ul', 'ol', 'paragraph']],
|
|
|
['Insert', ['table']],
|
|
|
['Insert', ['link']],
|
|
|
- ['misc', ['emoji', 'print']], // 이모지, 프린트
|
|
|
+ ['misc', [ 'print']], // 프린트
|
|
|
['code', ['fullscreen', 'codeview', 'help']]
|
|
|
];
|
|
|
} else if (type == 'media') {
|
|
|
@@ -59,7 +59,7 @@ var gagaSn = {
|
|
|
['para', ['ul', 'ol', 'paragraph']],
|
|
|
['Insert', ['table']],
|
|
|
['Insert', ['link', 'picture', 'video']],
|
|
|
- ['misc', ['emoji', 'print']], // 이모지, 프린트
|
|
|
+ ['misc', [ 'print']], // 프린트
|
|
|
['code', ['fullscreen', 'codeview', 'help']]
|
|
|
];
|
|
|
}
|