diff options
| -rwxr-xr-x | StoneIsland/www/css/products.css | 3 | ||||
| -rwxr-xr-x | StoneIsland/www/js/lib/products/ProductView.js | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 532beb69..d481a674 100755 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -216,6 +216,9 @@ text-transform:uppercase; padding:12px 0 0; } +.product .fit.altText { + text-decoration: none; +} #product .gallery-prev, #product .gallery-next { diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js index 97654a3f..c22c7962 100755 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -182,7 +182,7 @@ var ProductView = ScrollableView.extend({ this.code = data['DefaultCode10'] console.log( data['DefaultCode10'] ) - +title += "<br>EXTREME COMPACTING ON NYLON BASE<br>LIMITED EDITION - NUMBERED 01 TO 100" if (title.indexOf('<br>') !== -1) { var title_lines = title.split('<br>').map(function(s){ if (s.indexOf("LIMITED EDITION")) { |
