Showing
1 changed file
with
0 additions
and
1 deletions
@@ -27,7 +27,6 @@ if (window.NETSALEDATA && window.NETSALEDATA.productExtBo.productDesc && window. | @@ -27,7 +27,6 @@ if (window.NETSALEDATA && window.NETSALEDATA.productExtBo.productDesc && window. | ||
27 | var reg_png=new RegExp(".png","g"); | 27 | var reg_png=new RegExp(".png","g"); |
28 | var reg_gif=new RegExp(".gif","g"); | 28 | var reg_gif=new RegExp(".gif","g"); |
29 | window.NETSALEDATA.productExtBo.productDesc = window.NETSALEDATA.productExtBo.productDesc.replace(reg_jpg,'.jpg?imageView2/0/q/75').replace(reg_png,'.png?imageView2/0/q/75').replace(reg_gif,'.gif?imageView2/0/q/75'); | 29 | window.NETSALEDATA.productExtBo.productDesc = window.NETSALEDATA.productExtBo.productDesc.replace(reg_jpg,'.jpg?imageView2/0/q/75').replace(reg_png,'.png?imageView2/0/q/75').replace(reg_gif,'.gif?imageView2/0/q/75'); |
30 | - window.NETSALEDATA.productExtBo.productDesc = window.NETSALEDATA.productExtBo.productDesc.replace(reg1,'.jpg?imageView2/0/q/75'); | ||
31 | UMdescriptioner.setContent(window.NETSALEDATA.productExtBo.productDesc) | 30 | UMdescriptioner.setContent(window.NETSALEDATA.productExtBo.productDesc) |
32 | }; | 31 | }; |
33 | 32 |
-
Please register or login to post a comment