Skip to content

Commit

Permalink
fix #288
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoh committed Sep 21, 2015
1 parent 7263602 commit 898f751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/main/webapp/js/viewers/ol3/ol3utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ function _optionspane() {

li.append(div);
if (func) {
jQuery(div).mousedown(function(e){ e.preventDefault(); });
div.click(func);
}

Expand Down

0 comments on commit 898f751

Please sign in to comment.