This website requires JavaScript.
Explore
Help
Sign In
cotugno
/
jellyfin-web
Watch
2
Fork
0
You've already forked jellyfin-web
mirror of
https://github.com/jellyfin/jellyfin-web.git
synced
2024-11-18 03:18:19 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f083d4b3a8
jellyfin-web
/
dashboard-ui
/
legacy
/
selectmenu.js
1 line
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
minify resources
2017-01-27 20:16:59 -07:00
define
(
[
"jQuery"
]
,
function
(
$
)
{
"use strict"
;
$
.
fn
.
selectmenu
=
function
(
)
{
return
this
}
}
)
;
Reference in New Issue
Copy Permalink