Commit c2acf969 by Dányi Bence

webui: fix

parent 7392fdf1
......@@ -224,7 +224,7 @@ $(function() {
type: 'POST',
url: 'ajax/vm/new/' + template_id + '/',
success: function(data, b, xhrRequest) {
window.location.href = xhrRequest.getResponseHeader("Location");
window.location.href = '/'; //xhrRequest.getResponseHeader("Location");
//alert(xhrRequest.getResponseHeader("Location"));
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment