uebersicht-widgets
uebersicht-widgets copied to clipboard
Fix leap year condition in index.coffee
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.
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?