From 4dd50a41ee477806745a05772d5abbf16d23db89 Mon Sep 17 00:00:00 2001 From: till Date: Wed, 2 Nov 2011 15:14:32 +0000 Subject: fix path/structure (my bad) --- program/js/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js | 3 --- program/js/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 program/js/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js delete mode 100644 program/js/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js (limited to 'program/js/tinymce/jscripts/tiny_mce/plugins/example/langs') diff --git a/program/js/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js b/program/js/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js deleted file mode 100644 index e0784f80f..000000000 --- a/program/js/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js +++ /dev/null @@ -1,3 +0,0 @@ -tinyMCE.addI18n('en.example',{ - desc : 'This is just a template button' -}); diff --git a/program/js/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js b/program/js/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js deleted file mode 100644 index ebcf948da..000000000 --- a/program/js/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js +++ /dev/null @@ -1,3 +0,0 @@ -tinyMCE.addI18n('en.example_dlg',{ - title : 'This is just a example title' -}); -- cgit v1.2.3