This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
jellyfin-web
Watch
1
Star
0
Fork
You've already forked jellyfin-web
0
mirror of
https://github.com/jellyfin/jellyfin-web
synced
2025-03-30 19:56:21 +00:00
Code
Activity
6bfd795635
jellyfin-web
/
dashboard-ui
/
legacy
/
selectmenu.js
6 lines
115 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Beautified all js in web dashboard
2018-10-23 01:05:09 +03:00
define
(
[
"jQuery"
]
,
function
(
$
)
{
"use strict"
;
$
.
fn
.
selectmenu
=
function
(
)
{
return
this
}
}
)
;
Copy permalink