Commit b980171c authored by Franco Fichtner's avatar Franco Fichtner

openvpn: fix small glitch in previous

parent 094ad4e8
......@@ -335,7 +335,7 @@ function download_begin(act, i, j) {
if (document.getElementById("useaddr").value == "other") {
if (document.getElementById("useaddr_hostname").value == "") {
alert("<?=gettext('Please specify an IP address or hostname.') ?>'");
alert("<?=gettext('Please specify an IP address or hostname.') ?>");
return;
}
useaddr = document.getElementById("useaddr_hostname").value;
......
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 to comment