Fix.
This commit is contained in:
parent
36b82e95c2
commit
7b4409e037
1 changed files with 1 additions and 1 deletions
2
js/fx.js
2
js/fx.js
|
@ -28,7 +28,7 @@ $(document).on('click','#main_menu_skillset', function() {
|
|||
|
||||
$(document).on('click','#main_menu_blog', function() {
|
||||
$('#pagewrap').fadeOut(1000);
|
||||
window.location.replace('mcataford.github.io/blogging');
|
||||
window.location.replace('blogging');
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue