mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-20 18:59:37 +00:00
Remove sortablejs
This commit is contained in:
parent
dbde5f773c
commit
c07c73c649
2 changed files with 1 additions and 8 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue