line 65: relavtive_urls : false,
line 66: remove_script_host : false,
So, line 44 looks like this:
Code: Select all
var $good_pages = ['catalog.php', 'categories.php', 'manufacturers.php', 'info_pages.php', 'newsletters.php']; // what pages do you want to load the tinymce editor on
Code: Select all
selector: 'textarea[name^="products_description"], textarea[name^="categories_description"], textarea[name^="manufacturers_description"], textarea[name^="page_text"], textarea[name^="content"]',
//Daniel