From 640de422fb8db9c2fbc604dbb3674eb0cea99ba0 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 11 Dec 2018 14:56:36 +0000 Subject: [UK Councils] Fix undefined body_validation_rules. The core validation_rules.js is not included on e.g. the front page. --- web/js/validation_rules.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/js') diff --git a/web/js/validation_rules.js b/web/js/validation_rules.js index b8f09ef1e..3e7b010f2 100644 --- a/web/js/validation_rules.js +++ b/web/js/validation_rules.js @@ -10,6 +10,4 @@ } }; - body_validation_rules = {}; - validation_rules = core_validation_rules; -- cgit v1.2.3