tinymce build

This commit is contained in:
lealife
2015-11-22 22:39:04 +08:00
parent 3ff0a9e09c
commit 5d18554542
2 changed files with 4 additions and 4 deletions

View File

@ -42706,7 +42706,7 @@ tinymce.PluginManager.add('leanote_nav', function(editor) {
* leanote code plugin
*/
tinymce.PluginManager.requireLangPack('leanote_code');
// tinymce.PluginManager.requireLangPack('leanote_code');
tinymce.PluginManager.add('leanote_code', function(editor, url) {
var me = this;
@ -42987,8 +42987,8 @@ tinymce.PluginManager.add('leanote_code', function(editor, url) {
}
return {
type: 'listbox',
text: "codeLang",
tooltip: "toggleCode",
text: "Language",
tooltip: "`ctrl/cmd+shift+c` toggle code",
values: items,
fixedWidth: true,
onselect: function(e) {

File diff suppressed because one or more lines are too long