Update frontpage.md

This commit is contained in:
kload@kload.fr 2014-03-13 17:32:14 +01:00 committed by YunoHost
parent 88259519c6
commit ce2666250b

View file

@ -237,6 +237,7 @@
randomNumber = Math.floor((Math.random()*jQuery('.yolo').length)+1);
color = jQuery('.yolo.' + randomNumber).css('color');
jQuery('.yolo.' + randomNumber).fadeIn();
document.title = jQuery('.yolo.' + randomNumber).text();
jQuery('.colored-bar').css({
color: color,
fontWeight: 'bold',