2025-07-22 01:21 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0004366Sitefrontpagepublic2014-04-19 15:25
Reporterabma 
Assigned TojK 
PrioritynormalSeverityblockReproducibilityalways
StatusresolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0004366: endless loop in frontpage at current test.springrts.com
Descriptionon frontpage, this function seems to be a endless-loop

    function getAdvent(year) {
        var d = new Date(new Date(year + '-12-24 00:00:00').getTime() - 3 * 7 * 24 * 60 * 60 * 1000);
        while (d.getDay() != 0) {
            d = new Date(d.getTime() - 24 * 60 * 60 * 1000);
        }
        return d;
    }
TagsNo tags attached.
Attached Files

-Relationships
+Relationships

-Notes

~0013024

abma (administrator)

happens with Firefox 28.0 on linux

~0013025

abma (administrator)

oops, forget it, thx for fixing!
+Notes

-Issue History
Date Modified Username Field Change
2014-04-19 14:35 abma New Issue
2014-04-19 14:35 abma Status new => assigned
2014-04-19 14:35 abma Assigned To => jK
2014-04-19 15:13 jK Status assigned => resolved
2014-04-19 15:13 jK Resolution open => fixed
2014-04-19 15:25 abma Note Added: 0013024
2014-04-19 15:25 abma Note Added: 0013025
+Issue History