Jump to content

Error en ventana productos backoffice 1.5.6


Recommended Posts

Hola, mi version de prestashop es 1.5.6 y en la pantalla de cada producto en el backoffice al final de la página me sale este error y no se solucionarlo. Si alguien tiene una idea seria de gran ayuda.

 

 

$(document).ready(function(){ // Execute when tab Informations has finished loading tabs_manager.onLoad('Informations', function(){ tinySetup({ editor_selector :"autoload_rte", setup : function(ed) { ed.onInit.add(function(ed) { if (typeof ProductMultishop.load_tinymce[ed.id] != 'undefined') { if (typeof ProductMultishop.load_tinymce[ed.id]) ed.hide(); else ed.show(); } }); ed.onKeyUp.add(function(ed, e) { tinyMCE.triggerSave(); textarea = $('#'+ed.id); max = textarea.parent('div').find('span.counter').attr('max'); if (max != 'none') { textarea_value = textarea.val(); count = stripHTML(textarea_value).length; rest = max - count; if (rest < 0) textarea.parent('div').find('span.counter').html('Máximo '+max+' caracteres : '+rest+''); else textarea.parent('div').find('span.counter').html(' '); } }); } }); }); });

 

 

Gracias!

Edited by obox11 (see edit history)
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...