Commit 41aaa9a0 authored by Pascal Hartig's avatar Pascal Hartig

Fix page

Damn, this was really broken. I'm glad I noticed this.
parent 27a39afd
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
(function () { (function () {
'use strict'; 'use strict';
var date = new Date();
if (date.getDate() === 1 && date.getMonth() === 3) {
['', '-webkit-', '-moz-'].forEach(function (prefix) {
document.body.style[prefix + 'filter'] = 'blur(1px)';
});
}
$.fn.persistantPopover = function () { $.fn.persistantPopover = function () {
var popoverTimeout; var popoverTimeout;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment