- decoupled filter from type-classes, this is required for items.php to be

groupable
- force profile.lastupdated to new Date; trial and aerror on
  raid-progress; remove 'profile=summary' from generated pages (is generated by
  jscript)
- fixed some misc errors
This commit is contained in:
Sarjuuk
2014-03-19 22:06:04 +01:00
parent d89d2c8c91
commit 1ced59c113
22 changed files with 257 additions and 176 deletions

View File

@@ -1317,7 +1317,7 @@ function Profiler() {
sp = $WH.ce('span');
$WH.ae(div, $WH.ct((_isArmoryProfile() ? LANG.pr_qf_resynced : LANG.pr_qf_updated)));
g_formatDate(sp, elapsed, _profile.lastupdated);
g_formatDate(sp, elapsed, new Date(_profile.lastupdated));
if (elapsed > (60 * 60 * 24)) { // 1 Day
sp.style.color = 'red';