mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix Swiper on WebOS by importing ES5 version (#806)
This commit is contained in:
parent
2557ec8fd3
commit
e5343cada8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ _define("shaka", function() {
|
|||
});
|
||||
|
||||
// swiper
|
||||
var swiper = require("swiper");
|
||||
var swiper = require("swiper/js/swiper");
|
||||
require("swiper/css/swiper.min.css");
|
||||
_define("swiper", function() {
|
||||
return swiper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue