summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/products
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-11 15:31:07 -0600
committerJules Laplace <jules@okfoc.us>2015-12-11 15:31:07 -0600
commitb6e73d3c1af0fc929916c9e4d63d125a96cbb996 (patch)
treeb6304e2700da5179e669284991577835f41dc6bb /StoneIsland/www/js/lib/products
parentb603c0bdfb839236239c7df108272d8246be126c (diff)
stuff
Diffstat (limited to 'StoneIsland/www/js/lib/products')
-rwxr-xr-xStoneIsland/www/js/lib/products/Selector.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/products/Selector.js b/StoneIsland/www/js/lib/products/Selector.js
index 17278a06..4e23ba1f 100755
--- a/StoneIsland/www/js/lib/products/Selector.js
+++ b/StoneIsland/www/js/lib/products/Selector.js
@@ -44,6 +44,8 @@ var Selector = View.extend({
},
pick: function(e){
+ e.preventDefault()
+ e.stopPropagation()
var $option = $(e.currentTarget)
var id = String($option.data("id"))
var selection = this.lookup[id]