uebersicht-widgets icon indicating copy to clipboard operation
uebersicht-widgets copied to clipboard

Fix leap year condition in index.coffee

Open ahoetker opened this issue 7 years ago • 1 comments

Leap years are divisible by 4 and and not 100, unless divisible by 400. One-line replacement to implement this, replacing check for division by 4.

ahoetker avatar Jan 28 '18 22:01 ahoetker

Thanks for the fix! It isn't my widget but I assume the fix is welcome. Could you also update the zip so I can just merge this in?

felixhageloh avatar Feb 01 '18 07:02 felixhageloh