// fix product edition textarea rte

// minor fix warning if admin translation file doesnt exists

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10304 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-11-20 23:06:45 +00:00
parent 9e8d16ad6a
commit 08a389a760
4 changed files with 20 additions and 7 deletions
@@ -317,7 +317,7 @@
<script type="text/javascript">
var iso = '{$iso}';
var pathCSS = '{$path_css}';
var pathCSS = '{$smarty.const._THEME_CSS_DIR_}';
var ad = '{$ad}';
$(document).ready(function(){
@@ -325,7 +325,8 @@
tinySetup();
{block name="autoload_tinyMCE"}
$(".autoload_rte").click(function(e){
// change each by click to load only on click
$(".autoload_rte").each(function(e){
tinySetup({
mode :"exact",
editor_selector :"autoload_rte",