Navigation Menu

Skip to content

Commit

Permalink
fixed absolute redirect prevents to host resume in webserver subdirec…
Browse files Browse the repository at this point in the history
…tories/urlpaths
  • Loading branch information
n1k0 committed Feb 7, 2011
1 parent ff944a0 commit 705b3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.html
Expand Up @@ -81,7 +81,7 @@ <h2>Notes, Information and Future features</h2>
});
$('#gen').live('click', function() {
var genUser = $('#username').val();
document.location.href = "/?" + genUser;
document.location.href = "?" + genUser;
});
});
</script>

0 comments on commit 705b3df

Please sign in to comment.