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:
34
httpdocs/themes/focus2/vendor/block-ui/blockUI.jquery.json
vendored
Normal file
34
httpdocs/themes/focus2/vendor/block-ui/blockUI.jquery.json
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "blockUI",
|
||||
"title": "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"
|
||||
],
|
||||
"version": "2.70.0-2014.11.23",
|
||||
"author": {
|
||||
"name": "M. Alsup",
|
||||
"url": "http://jquery.malsup.com"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://malsup.github.com/mit-license.txt"
|
||||
},
|
||||
{
|
||||
"type": "GPL",
|
||||
"url": "http://malsup.github.com/gpl-license-v2.txt"
|
||||
}
|
||||
],
|
||||
"bugs": "https://github.com/malsup/blockui/issues",
|
||||
"homepage": "http://jquery.malsup.com/block/",
|
||||
"docs": "http://jquery.malsup.com/block/",
|
||||
"download": "http://malsup.github.com/jquery.blockUI.js",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user