Commit 32003552 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #890 from passy/fix-style

Fix page
parents a0940ac1 41aaa9a0
......@@ -2,6 +2,13 @@
(function () {
'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 () {
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