diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-11 14:56:36 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-11 14:56:39 +0000 |
commit | 640de422fb8db9c2fbc604dbb3674eb0cea99ba0 (patch) | |
tree | 77595ca956f33a800d3d85c034d6991846520b36 /web/js/validation_rules.js | |
parent | cb7483370b3eaa1b6e153882f468cf6c14a1a9b0 (diff) |
[UK Councils] Fix undefined body_validation_rules.
The core validation_rules.js is not included on e.g. the front page.
Diffstat (limited to 'web/js/validation_rules.js')
-rw-r--r-- | web/js/validation_rules.js | 2 |
1 files changed, 0 insertions, 2 deletions
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; |