From 9612b28c9189b8138be8d70bd3fb04a1eb18d22d Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Thu, 31 Oct 2019 00:43:20 +0100 Subject: [PATCH] disable real estate type selection after first click --- app/views/realEstateType.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/realEstateType.ejs b/app/views/realEstateType.ejs index 1e92e6d..4187365 100644 --- a/app/views/realEstateType.ejs +++ b/app/views/realEstateType.ejs @@ -18,7 +18,7 @@
-
+
<% for(const realEstateType of realEstateTypes) { %> a").attr("onclick", ""); $("#form-real-estate-type").submit(); }