adding the patches to the tinyMCE editor in order to solve the maborak/leinmud conflicts

This commit is contained in:
user
2012-11-14 09:39:24 -04:00
parent bd0ababd7b
commit 70c3778425
1420 changed files with 190 additions and 16 deletions

View File

@@ -260,7 +260,7 @@
// Create headPublisher singleton
G::LoadSystem('headPublisher');
$oHeadPublisher =& headPublisher::getSingleton();
$oHeadPublisher->addScriptFile('/js/tinymce/jscripts/tiny_mce/tiny_mce.js');
$oHeadPublisher->addScriptFile('/js/tinymce/jscripts/tiny_mce/tiny_mce_src.js');
// Installer, redirect to install if we don't have a valid shared data folder
if ( !defined('PATH_DATA') || !file_exists(PATH_DATA)) {