summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-01 16:51:02 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-01 16:51:02 +0200
commit4568d0e428f53a508809d062b8cac792b5e56e1d (patch)
treeef318208e1ab074301d85a394c10f8974da25949 /StoneIsland/www/js
parent87ce52ad887322f8549a01e50bf6be61715cb9a9 (diff)
plist hook message
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")
}