mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
e9974f5344
commit
30584bfef9
10 changed files with 48 additions and 40 deletions
|
@ -102,7 +102,7 @@ define([], function () {
|
|||
}
|
||||
|
||||
var t,
|
||||
el = document.createElement("fakeelement");
|
||||
el = document.createElement("div");
|
||||
var animations = {
|
||||
"animation": "animationend",
|
||||
"OAnimation": "oAnimationEnd",
|
||||
|
@ -127,7 +127,7 @@ define([], function () {
|
|||
}
|
||||
|
||||
var t,
|
||||
el = document.createElement("fakeelement");
|
||||
el = document.createElement("div");
|
||||
var transitions = {
|
||||
"transition": "transitionend",
|
||||
"OTransition": "oTransitionEnd",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue