mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
implemented generic filters
- what which index does needs to be implemented in the implementation - differences to wowhead * strings in criteria are more lenient and will also work with partial matches * the ? and * wildcards are supported
This commit is contained in:
@@ -4461,6 +4461,24 @@ Listview.prototype = {
|
||||
ae(m, b);
|
||||
ae(m, ct(")"))
|
||||
}
|
||||
|
||||
if (this._errors) {
|
||||
var
|
||||
sp = ce('small'),
|
||||
b = ce('b');
|
||||
|
||||
b.className = 'q10 report-icon';
|
||||
if (m.innerHTML) {
|
||||
b.style.marginLeft = '10px';
|
||||
}
|
||||
|
||||
g_addTooltip(sp, LANG.lvnote_witherrors, 'q')
|
||||
|
||||
st(b, LANG.error);
|
||||
ae(sp, b);
|
||||
ae(m, sp);
|
||||
}
|
||||
|
||||
if (!m.firstChild && this.mode != Listview.MODE_CHECKBOX) {
|
||||
ae(m, ct(String.fromCharCode(160)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user