mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update frontpage.md
This commit is contained in:
parent
88259519c6
commit
ce2666250b
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@
|
||||||
randomNumber = Math.floor((Math.random()*jQuery('.yolo').length)+1);
|
randomNumber = Math.floor((Math.random()*jQuery('.yolo').length)+1);
|
||||||
color = jQuery('.yolo.' + randomNumber).css('color');
|
color = jQuery('.yolo.' + randomNumber).css('color');
|
||||||
jQuery('.yolo.' + randomNumber).fadeIn();
|
jQuery('.yolo.' + randomNumber).fadeIn();
|
||||||
|
document.title = jQuery('.yolo.' + randomNumber).text();
|
||||||
jQuery('.colored-bar').css({
|
jQuery('.colored-bar').css({
|
||||||
color: color,
|
color: color,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
|
|
Loading…
Add table
Reference in a new issue