mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-07-01 23:48:26 +08:00
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user