mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Simple prefetch functionality (ifvisible.js)
config: [labs] allow_prefetch
This commit is contained in:
parent
b7e135a553
commit
38672e1672
18 changed files with 988 additions and 28 deletions
13
vendors/ifvisible/.jshintrc
vendored
Normal file
13
vendors/ifvisible/.jshintrc
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"boss": true,
|
||||
"undef": false,
|
||||
"white": false,
|
||||
"eqeqeq": false,
|
||||
"browser": true,
|
||||
"devel": true,
|
||||
"bitwise": false,
|
||||
"quotmark": false,
|
||||
"camelcase": false,
|
||||
"strict": false,
|
||||
"trailing": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue