Commit 3f9bc4c0 authored by Dietmar Maurer's avatar Dietmar Maurer

use toLowerCase() for textfilter.

parent 90d9a8f4
......@@ -180,7 +180,7 @@ Ext.define('PVE.grid.ResourceGrid', {
listeners: {
keyup: function(field, e) {
var v = field.getValue();
textfilter = v;
textfilter = v.toLowerCase();
filter_task.delay(500);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment