commit | 6ac292b04bae5e9e5bdf8e0e503a4b221cc66160 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Thu Jan 15 21:33:21 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Thu Jan 15 21:33:21 2015 +0000 |
tree | 3bb500ebf8c26caa8c4b9f0de7a9fd0020e8bbb0 | |
parent | 52f7eb1e032beddb2453b66071745293bc7c79b7 [diff] |
Minor fixes to group visualizations
diff --git a/public/js/src/hint.js b/public/js/src/hint.js index 966cc78..4f5a8b5 100644 --- a/public/js/src/hint.js +++ b/public/js/src/hint.js
@@ -31,7 +31,7 @@ "use strict"; // Don't let events bubble up - if (Event.halt !== undefined) { + if (Event.halt === undefined) { Event.prototype.halt = function () { this.stopPropagation(); this.preventDefault();