Fing rotating on frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2016-05-09 16:56:49 +02:00
parent a107e63058
commit d50f15737c

View File

@@ -283,7 +283,7 @@ function share_link_modifier_frontpage(){
function initfp(){
var date = new Date();
Nochan.blob_list = [];
if(date.getMonth() == 3 && date.getDate() == 1){
$(".mega").css("-webkit-transform", "rotate(180deg)");
$(".mega").css("-moz-transform", "rotate(180deg)");