implemented grouping by itemlevel and slot for items

group by source won't require much additional work besides adding source to
items in the first place

search for multiple itemUpgrades are also yet to come
This commit is contained in:
Sarjuuk
2014-03-20 17:08:59 +01:00
parent 1ced59c113
commit f236d7ae93
10 changed files with 268 additions and 140 deletions

View File

@@ -636,7 +636,7 @@ function Profiler() {
_divAuras.id = 'aura-container';
_divAuras.style.cssFloat = 'left';
_divAuras.style.marginLeft = '390px';
_divAuras.style.width = '350px';
_divAuras.style.width = '325px';
_divAuras.style.display = 'none';
_ = $WH.ce('h3');