diff --git a/js/server_synchronize.js b/js/server_synchronize.js index e327a7b40..4857530db 100644 --- a/js/server_synchronize.js +++ b/js/server_synchronize.js @@ -254,50 +254,51 @@ function ApplySelectedChanges(token) location.href += append_string; } -/** -* Displays an error message if any text field -* is left empty other than the port field. -* -* @param string the form name -* @param object the form -* -* @return boolean whether the form field is empty or not -*/ -function validateConnection(form_name, form_obj) -{ - var check = true; - var src_hostfilled = true; - var trg_hostfilled = true; - for (var i=1; i