mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support drag and drop for playlist items
This commit is contained in:
parent
80929558e6
commit
fd64c014a3
45 changed files with 4202 additions and 3 deletions
23
dashboard-ui/bower_components/dragula.js/.jshintrc
vendored
Normal file
23
dashboard-ui/bower_components/dragula.js/.jshintrc
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonew": true,
|
||||
"sub": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"trailing": true,
|
||||
"boss": true,
|
||||
"eqnull": true,
|
||||
"strict": true,
|
||||
"immed": true,
|
||||
"expr": true,
|
||||
"latedef": "nofunc",
|
||||
"quotmark": "single",
|
||||
"validthis": true,
|
||||
"indent": 2,
|
||||
"node": true,
|
||||
"browser": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue