mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-01 15:53:01 +00:00
Added code for rearranging shelfs #73
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
document.ontouchmove = function(e){
|
||||
return true;
|
||||
};
|
||||
|
||||
Sortable.create(sortTrue, {
|
||||
group: "sorting",
|
||||
sort: true
|
||||
|
||||
Reference in New Issue
Block a user