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 |
||
|---|---|---|
| .. | ||
| backend | ||
| cms | ||
| system | ||
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 |
||
|---|---|---|
| .. | ||
| backend | ||
| cms | ||
| system | ||