View Issue Details

IDProjectCategoryView StatusLast Update
0004366Sitefrontpagepublic2014-04-19 15:25
Reporterabma Assigned TojK  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
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.

Activities

abma

2014-04-19 15:25

administrator   ~0013024

happens with Firefox 28.0 on linux

abma

2014-04-19 15:25

administrator   ~0013025

oops, forget it, thx for fixing!

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