mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
35
httpdocs/themes/focus2/vendor/block-ui/composer.json
vendored
Normal file
35
httpdocs/themes/focus2/vendor/block-ui/composer.json
vendored
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "components/jquery-blockui",
|
||||
"description": "Simulate synchronous ajax by blocking - not locking - the UI. This plugin lets you block user interaction with the page or with a specific element on the page. Also great at displaying modal dialogs.",
|
||||
"keywords": [
|
||||
"block",
|
||||
"overlay",
|
||||
"dialog",
|
||||
"modal"
|
||||
],
|
||||
"license": ["MIT", "GPL"],
|
||||
"type": "component",
|
||||
"homepage": "http://jquery.malsup.com/block/",
|
||||
"authors": [
|
||||
{
|
||||
"name": "M. Alsup",
|
||||
"homepage": "http://jquery.malsup.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"robloach/component-installer": "*",
|
||||
"components/jquery": ">=1.7"
|
||||
},
|
||||
"extra": {
|
||||
"component": {
|
||||
"scripts": [
|
||||
"jquery.blockUI.js"
|
||||
],
|
||||
"shim": {
|
||||
"deps": [
|
||||
"jquery"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user