function goBack() { history.go(-1); } function verify() { var themessage = ""; if (document.delCode.whichRepo.value=="x") { themessage += "Sorry, there are no repos to delete!
"; } if (themessage == "") { document.delCode.submit(); } else { $("#formErrors").html('

Error!

'+themessage+'
'); scrollTo('main'); return false; } }