diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-03 01:20:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-03 01:20:55 +0200 |
| commit | 636b2865bfee44c7ce710673d6ffc6b4fa0a3a36 (patch) | |
| tree | e702a8dec2c75d342c9d8b1d838c9cf2f4cc167b /StoneIsland/www/js/lib/blogs/BlogView.js | |
| parent | 7fd9be7dea894fe286b2d6a8d385e8c4c88878cb (diff) | |
fit footer
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/BlogView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/BlogView.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/StoneIsland/www/js/lib/blogs/BlogView.js b/StoneIsland/www/js/lib/blogs/BlogView.js index ed17e684..6eea977f 100755 --- a/StoneIsland/www/js/lib/blogs/BlogView.js +++ b/StoneIsland/www/js/lib/blogs/BlogView.js @@ -92,18 +92,11 @@ var BlogView = View.extend({ console.log(app.store.StoreStatus) - console.log(app.store.FitsLarge, app.store.fitsLargeText) app.product.fitLargeCodes = {} if (app.store.FittingCodes.length) { app.store.FittingCodes.split("\n").forEach(function(code){ app.product.fitLargeCodes[code] = true }) - console.log(app.store.FitsLarge, app.store.fitsLargeText) - if (app.store.FitsLarge === 'use_alt_text' && (app.store.FitsLargeText || "").length) { - var fit_lines = app.store.FitsLargeText.replace(/</g, "<").replace(/>/g, "&rt;").split('\n').join("<br>") - $('.fit').html(fit_lines) - $('.fit').addClass('altText') - } } if (app.store.BackgroundIsGray === "true") { |
