1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-11-28 12:30:00 +00:00
This commit is contained in:
Ozzie Isaacs 2017-07-18 20:39:35 +02:00 committed by GitHub
parent 6a9d8efc93
commit 2e8a268dfa

View File

@ -11,7 +11,7 @@ function sendData(path){
var maxElements;
var tmp=[];
elements=sortable.utils.find(sortTrue,"div");
elements=Sortable.utils.find(sortTrue,"div");
maxElements=elements.length;
var form = document.createElement("form");