Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pål Ellingsen committed Apr 3, 2019
1 parent b1ecef6 commit fd533db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/aen_search_multi.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Nansen Legacy multiple eventIDs</title>
</head>
<body>
<form action="" target="_blank" method="post" id="forena-parameter-form" accept-charset="UTF-8">
<form action="?q=reports/multi_sample" target="_blank" method="post" id="forena-parameter-form" accept-charset="UTF-8">
<table>
<tbody>
<tr>
Expand All @@ -26,7 +26,6 @@
var textarea = document.getElementById('textarea-eventids');
var revnl = textarea.value.replace(/\s{1,}/g," ");
textarea.value = revnl;
document.getElementById("forena-parameter-form").action = location+"?q=reports/multi_sample";
document.getElementById("forena-parameter-form").submit();
}
</script>
Expand Down

0 comments on commit fd533db

Please sign in to comment.