Cambios

Busca en cnbGuatemala con Google

201 bytes añadidos ,  hace 7 años
sin resumen de edición
Línea 138: Línea 138:  
var html = tempLine.html();
 
var html = tempLine.html();
 
tempLine.html(html+words[w]+' ');
 
tempLine.html(html+words[w]+' ');
 +
                        if (words[w] == "|") {
 +
                            newHtml.append(_markupContent(settings.tag, tempLine.html()));
 +
tempLine.html('');
 +
continue;
 +
                        }
 
if (tempLine.html() == prev) {
 
if (tempLine.html() == prev) {
 
// repeating word, it will never fit so just use it instead of failing
 
// repeating word, it will never fit so just use it instead of failing