Fix bug 204: use better parameter name.
parent
5ce55c3f1e
commit
1f602e3db2
|
@ -647,11 +647,11 @@ include 'Header.php';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function remarking(data)
|
function remarking(url)
|
||||||
{
|
{
|
||||||
const details = prompt("Please enter your remarking reasons","");
|
const details = prompt("Please enter your remarking reasons","");
|
||||||
if (details != null) {
|
if (details != null) {
|
||||||
window.location.href = data+"&details="+details;
|
window.location.href = url+"&details="+details;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue