diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-03 00:49:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-03 00:49:43 +0200 |
| commit | 3701ddd3697f91f52ff0987fc14358896deed8d8 (patch) | |
| tree | d5cbae81d898c8a8b149880bb8059c7e7917c42a | |
| parent | 05abca52782442dacb06d98f8433c0a8666b4e55 (diff) | |
test msg
| -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")) { |
