mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Add jQuery finger lib
Add autofocus in "to" field + small inputosaurus improvement
This commit is contained in:
parent
c9b5194baf
commit
5877ff77dd
19 changed files with 613 additions and 15 deletions
21
vendors/jquery-finger/bower.json
vendored
Normal file
21
vendors/jquery-finger/bower.json
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "jquery.finger",
|
||||
"version": "0.1.0-alpha",
|
||||
"main": "dist/jquery.finger.js",
|
||||
"ignore": [
|
||||
".gitignore",
|
||||
".jshintrc",
|
||||
".travis.yml",
|
||||
"Gruntfile.js",
|
||||
"LICENSE-MIT",
|
||||
"package.json",
|
||||
"*.md",
|
||||
"examples",
|
||||
"libs",
|
||||
"src",
|
||||
"test"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "~1.7.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue