Skip to content

Commit

Permalink
open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel3735928559 committed Nov 18, 2016
1 parent 4acae77 commit 5cb5cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/lib/pijemont/static/fileinit.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function submit_form(){
console.log("DID IT",event.target.responseText);
ret = JSON.parse(event.target.responseText);
if(ret.success){
document.getElementById('exp_status').innerHTML = "Success! <br /><a href=\"/dashboard/experiment_dashboard/"+ret.exp_uid+"/"+ret.app_id+"\">Experiment dashboard</a><br /><a href=\"/query/query_page/query_page/"+ret.exp_uid+"\">Experiment query page</a>";
document.getElementById('exp_status').innerHTML = "Success! <br /><a target=\"_blank\" href=\"/dashboard/experiment_dashboard/"+ret.exp_uid+"/"+ret.app_id+"\">Experiment dashboard</a><br /><a target=\"_blank\" href=\"/query/query_page/query_page/"+ret.exp_uid+"\">Experiment query page</a>";
}
else{
document.getElementById('exp_status').innerHTML = "There was an error: <br /><font color=\"red\"><pre>"+ret.message+"</pre></font>";
Expand Down

0 comments on commit 5cb5cb4

Please sign in to comment.