Browse Source

Merge branch 'Sprint7' of https://git.ccom.uprrp.edu/CCOM4030/artesanias into Sprint7

 the commit.
Christian Matos 3 years ago
parent
commit
a64be0ec1c

+ 1
- 1
platforms/android/app/src/main/assets/www/index.html View File

@@ -403,7 +403,7 @@
403 403
                                      redes = lot[4],
404 404
                                      tecnicas = lot[5];
405 405
 
406
-                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i]}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
406
+                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i].replace(/"/g, " ")}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
407 407
                              }
408 408
 
409 409
                              if (Artesania.name == "Figuras y simbolos indigenas") {

+ 1
- 1
platforms/browser/www/index.html View File

@@ -403,7 +403,7 @@
403 403
                                      redes = lot[4],
404 404
                                      tecnicas = lot[5];
405 405
 
406
-                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i]}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
406
+                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i].replace(/"/g, " ")}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
407 407
                              }
408 408
 
409 409
                              if (Artesania.name == "Figuras y simbolos indigenas") {

+ 1
- 1
www/index.html View File

@@ -403,7 +403,7 @@
403 403
                                      redes = lot[4],
404 404
                                      tecnicas = lot[5];
405 405
 
406
-                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i]}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
406
+                                 listaArt += `<ons-item tappable onclick="myNavigator.pushPage('artesano.html', {data: {title:'${arts[i].replace(/"/g, " ")}', mun: '${mun}', tel: '${tel}', email: '${email}', esp: '${esp}', redes: '${redes}', tecnicas: '${tecnicas}' }} )" ><div class="center">`+ arts[i] +`</div></ons-item><br>`;
407 407
                              }
408 408
 
409 409
                              if (Artesania.name == "Figuras y simbolos indigenas") {