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:
@ -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',
|
||||
|
Reference in New Issue
Block a user