summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/matches/show.js.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/matches/show.js.coffee')
-rw-r--r--app/assets/javascripts/matches/show.js.coffee2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/matches/show.js.coffee b/app/assets/javascripts/matches/show.js.coffee
new file mode 100644
index 0000000..2609a69
--- /dev/null
+++ b/app/assets/javascripts/matches/show.js.coffee
@@ -0,0 +1,2 @@
+window.onload = ->
+ BetterDragSort.makeListSortable(document.getElementById("boxes"));