@@ -96,7 +96,7 @@ $("input[name=submit]").click(function(){
});
function showThankyou() {
- document.location = 'index_complete.html';
+ document.location = '/a1/index_complete.html';
}
$('.btn-exit').click(function() {