diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-10 14:25:42 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-10 14:25:42 -0500 |
| commit | 267c9ed075b5355f463b8f2ad17e10880f14dfc8 (patch) | |
| tree | 8c4c58a97f64a5698d816138418067597dc1b1c7 /StoneIsland/www/js/lib/products/ProductView.js | |
| parent | ef4f212fc1482136dba1e690ec589b315b4a377f (diff) | |
hub thing
Diffstat (limited to 'StoneIsland/www/js/lib/products/ProductView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/products/ProductView.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js index cfb39f20..81ad536d 100755 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -118,8 +118,8 @@ var ProductView = ScrollableView.extend({ var title = name_partz.join(' ') var type = title_case( data['MicroCategory'] ) var price = "$" + data['DiscountedPrice'] + ".00" - var body = descriptions['Details'] + "<br>" + descriptions['EditorialDescription'] - body = body.replace(/<br>/g, "<br><br>").replace(/(<br>)+$/, "") + var body = descriptions['Details'] + " " + descriptions['EditorialDescription'] + // body = body.replace(/<br>/g, "<br><br>").replace(/(<br>)+$/, "") var default_color_id = this.populate_selectors(data, details) |
