From 77b562d8a2bc541152e385d16ce05856b481d268 Mon Sep 17 00:00:00 2001 From: rofl256 Date: Thu, 2 Mar 2017 21:38:51 +0100 Subject: [PATCH] remove firefox bug --- web/js/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/js/main.js b/web/js/main.js index 564a032..f3d6d86 100644 --- a/web/js/main.js +++ b/web/js/main.js @@ -7,9 +7,7 @@ var jeopardyVolume = 1; var schweinchen = null; $(document).ready(function() { - $( "#fragenListe" ).sortable(); - $( "#fragenListe" ).disableSelection(); $("#closePrintScreenIcon").click(function() { $("#printScreen").hide();