The search was using !$.inArray when the expression should be $.inArray === -1 since it returns the index of the value in the array. Also tidied up the code so it is easier to read. Fixes #1918 |
||
|---|---|---|
| .. | ||
| css | ||
| images | ||
| js | ||
| less | ||
| ui | ||
| vendor | ||
The search was using !$.inArray when the expression should be $.inArray === -1 since it returns the index of the value in the array. Also tidied up the code so it is easier to read. Fixes #1918 |
||
|---|---|---|
| .. | ||
| css | ||
| images | ||
| js | ||
| less | ||
| ui | ||
| vendor | ||