Datos previos:Foro:
Versión: phpBB3
Navegador con el problema: Chrome
Imagen*:
Tengo este código:
Código:$(function () {
if ($('.pathname-box').size()) {
$('.pathname-box').html($('.pathname-box').html().replace(/::/g, '»'));
}
if ($('.nomargin.path').size()) {
$('.nomargin.path').html($('.nomargin.path').html().replace(/::/g, ...
↧