summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js')
-rwxr-xr-xStoneIsland/www/js/lib/products/Selector.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/products/Selector.js b/StoneIsland/www/js/lib/products/Selector.js
index ee680323..aed6fd9a 100755
--- a/StoneIsland/www/js/lib/products/Selector.js
+++ b/StoneIsland/www/js/lib/products/Selector.js
@@ -38,7 +38,6 @@ var Selector = View.extend({
var originWidth = $("." + origin).width()
var selectorHeight = $('#selector').height()
var originHeight = $("." + origin).height()
- console.log(selectorHeight)
if ((selectorHeight > 250) && (!$("#selector").hasClass("selector-full"))) {
$("#selector").addClass("selector-outer-wrap")
}