mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- 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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user