Finalize demo redirect page

This commit is contained in:
Yax 2015-05-17 19:20:24 +02:00
parent 2f48340547
commit c23154fbab
2 changed files with 16 additions and 19 deletions

View file

@ -73,7 +73,7 @@ function new_comment() {
function submit_success(data) {
console.log('submit ' + data);
// TODO redirect to redirect page with page as argument
window.location="redirect.html?p=" + STACOSYS_PAGE;
}
function submit_failure(error) {