mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-05 21:10:22 +01:00
Remove sortablejs
This commit is contained in:
parent
dbde5f773c
commit
c07c73c649
@ -27,11 +27,7 @@ module.exports = {
|
|||||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||||
{ hid: 'description', name: 'description', content: '' }
|
{ hid: 'description', name: 'description', content: '' }
|
||||||
],
|
],
|
||||||
script: [
|
script: [],
|
||||||
{
|
|
||||||
src: (process.env.ROUTER_BASE_PATH || '') + '/libs/sortable.js'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
link: [
|
link: [
|
||||||
{ rel: 'icon', type: 'image/x-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/favicon.ico' }
|
{ rel: 'icon', type: 'image/x-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/favicon.ico' }
|
||||||
]
|
]
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user