Samuel Georges 04c4fe9633 Fixes logic error in filter search
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
2016-06-11 15:09:08 +10:00
..
2016-02-19 22:12:41 -08:00
2016-03-30 21:29:30 +02:00
2016-06-11 15:09:08 +10:00