1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added jQuery modal v0.9.2 JS&CSS (#36)

This commit is contained in:
nobody
2020-06-23 18:19:25 +02:00
parent 00b86a1952
commit 3618f2277d
7 changed files with 30 additions and 0 deletions

View File

@ -304,6 +304,15 @@ var resources = {
'path': 'resources/jquery-migrate/{version}/jquery-migrate.min.jsm',
'type': 'application/javascript'
},
// jQuery Modal
'jQueryModalJS': {
'path': 'resources/jquery-modal/{version}/jquery.modal.min.jsm',
'type': 'application/javascript'
},
'jQueryModalCSS': {
'path': 'resources/jquery-modal/{version}/jquery.modal.min.css',
'type': 'text/css'
},
// jQuery Tablesorter
'jQueryTablesorter': {
'path': 'resources/jquery-tablesorter/{version}/jquery.tablesorter.min.jsm',