This website requires JavaScript.
Explore
Help
Sign in
milas
/
jellyfish-web
Watch
1
Star
0
Fork
You've already forked jellyfish-web
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b6ff7f62dd
jellyfish-web
/
src
/
legacy
/
selectmenu.js
7 lines
116 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
}
Add missing final newlines Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05:00
}
)
;
Reference in a new issue
Copy permalink