diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-21 17:45:29 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-21 17:45:29 -0500 |
| commit | d6eea989f63e1e51563daa64873ce33166bc28c0 (patch) | |
| tree | 9431419465c7151a0927ec84970befc696581380 /StoneIsland/www/js/lib/products/ProductView.js | |
| parent | c223032bbd67fe5b6ad1334ce81a3f51a7631bfc (diff) | |
testin login stuff..
Diffstat (limited to 'StoneIsland/www/js/lib/products/ProductView.js')
| -rw-r--r-- | StoneIsland/www/js/lib/products/ProductView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/products/ProductView.js b/StoneIsland/www/js/lib/products/ProductView.js index 84889db1..d1a9005f 100644 --- a/StoneIsland/www/js/lib/products/ProductView.js +++ b/StoneIsland/www/js/lib/products/ProductView.js @@ -88,7 +88,7 @@ var ProductView = ScrollableView.extend({ var name_partz = data['ModelNames'].split(' ') var num = name_partz.shift() var title = name_partz.join(' ') - var type = data['MicroCategory'].toUpperCase() + var type = title_case( data['MicroCategory'] ) var price = "$" + data['DiscountedPrice'] + ".00" var body = descriptions['EditorialDescription'].replace(/<br>/g, "<br><br>") |
