Heading added

This commit is contained in:
Samuel Philipp 2016-11-27 02:46:25 +01:00
parent d44b69be07
commit 9e19e8388c
2 changed files with 35 additions and 2 deletions

View file

@ -270,7 +270,14 @@
}
if (api.getField('title') == 'sp-magic') {
$('#magician').fadeIn();
$('#developer').fadeOut();
} else if (api.getField('title') == 'sp-codes') {
$('#magician').fadeOut();
$('#developer').fadeIn();
}
},