1
0
Fork 0
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:
dkanada 2019-09-13 00:05:15 -07:00
parent 1f0f1dc1b3
commit 5104aabead
5 changed files with 5 additions and 6 deletions

View file

@ -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