Heading added
This commit is contained in:
parent
d44b69be07
commit
9e19e8388c
2 changed files with 35 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue