Mensaje: Object doesn't support this property or method
Línea: 82
Carácter: 4
el codigo del js es este:
$('statusList').getElementsBySelector('img').each( function(el) {
el.src = el.src.replace(/images/g, 'themes/' + theme);
});
Mensaje: Object doesn't support this property or method
Línea: 178
Carácter: 4
el codigo del js es este:
var top = (pageSize.windowHeight - $('modal').getHeight())/2;
top += windowScroll.top;
Solo falla con ie con firefox y chrome funcionan super bien.
gracias por la ayuda.