Fix new page when using map '/wiki' in config.ru.

This commit is contained in:
bootstraponline
2012-08-22 13:15:18 -06:00
parent 62d5f52398
commit 3a14ab92f0
@@ -169,7 +169,7 @@ $(document).ready(function() {
if ( res['name'] ) {
name = res['name'];
}
window.location = baseUrl + encodeURIComponent(name);
window.location = baseUrl + '/' + encodeURIComponent(name);
}
});
});