From dee108fa64e6224a7a86275d9cf99b882362ae27 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 Apr 2014 20:38:27 -0400 Subject: touch all the javascript files to shut up warnings --- app/assets/javascripts/matches_show.js.coffee | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 app/assets/javascripts/matches_show.js.coffee (limited to 'app/assets/javascripts/matches_show.js.coffee') diff --git a/app/assets/javascripts/matches_show.js.coffee b/app/assets/javascripts/matches_show.js.coffee deleted file mode 100644 index 2609a69..0000000 --- a/app/assets/javascripts/matches_show.js.coffee +++ /dev/null @@ -1,2 +0,0 @@ -window.onload = -> - BetterDragSort.makeListSortable(document.getElementById("boxes")); -- cgit v1.2.3-2-g168b