Fix #27 and #68. This time for real.

This commit is contained in:
Kevin Dungs
2014-11-08 14:34:53 +01:00
parent 1c7be55055
commit e5925be8bf
+5
View File
@@ -39,6 +39,11 @@
};
});
// Hack to prevent text highlighting
document.getElementById('detector').addEventListener('mousedown', function(e) {
e.preventDefault();
});
app.controller('LabController', ['$interval', function($interval) {
this.lab = lab;
this.showDetectorInfo = function() {