mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move remote control to folder and fix sortable dependency
This commit is contained in:
parent
1f0f1dc1b3
commit
5104aabead
5 changed files with 5 additions and 6 deletions
|
@ -27,7 +27,7 @@ require("swiper/dist/css/swiper.min.css");
|
|||
_define("swiper", function() { return swiper; });
|
||||
|
||||
// sortable
|
||||
var sortable = require("sortable");
|
||||
var sortable = require("sortablejs");
|
||||
_define("sortable", function() { return sortable; });
|
||||
|
||||
// libjass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue