Cambios

Busca en cnbGuatemala con Google

50 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] == "despertar") {                             
+
                         if (words[w] == "ooooo") {                             
newHtml.append("<br/>");
+
newHtml.append("<br/>");
 +
                                words[w] = ' ';
 
 
 
                         }
 
                         }
Línea 169: Línea 170:  
  var originalHTML = $('#dynamicFont').html();
 
  var originalHTML = $('#dynamicFont').html();
 
     resultHTML = originalHTML  
 
     resultHTML = originalHTML  
       .replace(/<p>/g, ' ')
+
       .replace(/<p>/g, ' ooooo ')
 
       .replace(/<\/p>/g, ' ');
 
       .replace(/<\/p>/g, ' ');