From 74cd6c67284016160ecf66af38036d37e5890f5b Mon Sep 17 00:00:00 2001 From: Liam Burnand Date: Tue, 16 Jul 2024 14:45:37 +0100 Subject: [PATCH] Line wrapping --- templates/officers.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/officers.tmpl b/templates/officers.tmpl index 03bf8e2..503a236 100644 --- a/templates/officers.tmpl +++ b/templates/officers.tmpl @@ -394,7 +394,8 @@ } function addOfficer() { - if (document.getElementById("userIDInput").value.length > 0 && document.getElementById("officershipIDInput").value.length > 0) { + if (document.getElementById("userIDInput").value.length > 0 && + document.getElementById("officershipIDInput").value.length > 0) { document.getElementById("addOfficerForm").submit(); return; }