mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-28 12:30:00 +00:00
Fix #241 No1
This commit is contained in:
parent
6a9d8efc93
commit
2e8a268dfa
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user