Update fx.js
This commit is contained in:
parent
6f9bdd7633
commit
3a64a94226
1 changed files with 1 additions and 1 deletions
2
js/fx.js
2
js/fx.js
|
@ -18,7 +18,7 @@ $(window).ready(function() {
|
||||||
|
|
||||||
//Click event handlers.
|
//Click event handlers.
|
||||||
$(document).on('click','#main_menu_skillset', function() {
|
$(document).on('click','#main_menu_skillset', function() {
|
||||||
$('#intro_blurb').hide();
|
$('#intro_blurb').toggle();
|
||||||
$('#skillset').toggle();
|
$('#skillset').toggle();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue