Commit 2e8a268d authored by Ozzie Isaacs's avatar Ozzie Isaacs Committed by GitHub

Fix #241 No1

parent 6a9d8efc
...@@ -11,7 +11,7 @@ function sendData(path){ ...@@ -11,7 +11,7 @@ function sendData(path){
var maxElements; var maxElements;
var tmp=[]; var tmp=[];
elements=sortable.utils.find(sortTrue,"div"); elements=Sortable.utils.find(sortTrue,"div");
maxElements=elements.length; maxElements=elements.length;
var form = document.createElement("form"); var form = document.createElement("form");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment