Diferencia entre revisiones de «Widget:Font»

imported>Test12345
Sin resumen de edición
imported>Test12345
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] == "ooooo") {                           
newHtml.append("<br/>");
                               
                        }
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
Línea 170: Línea 165:
  var originalHTML = $('#dynamicFont').html();
  var originalHTML = $('#dynamicFont').html();
     resultHTML = originalHTML  
     resultHTML = originalHTML  
       .replace(/<p>/g, ' ooooo ')
       .replace(/<p>/g, ' ')
       .replace(/<\/p>/g, ' ');
       .replace(/<\/p>/g, ' ');