Skip to content

Commit

Permalink
fix sortable triggering click event in firefox, fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattg committed Oct 27, 2012
1 parent def9ea0 commit f4918d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/site.js
Expand Up @@ -265,6 +265,7 @@ $(function() {
axis: 'y',
containment:'parent',
tolerance: 'pointer',
helper: 'clone',
update: function() {
updateLayers();
updateEmbedApi();
Expand Down

0 comments on commit f4918d6

Please sign in to comment.