// 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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user