diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-04 17:05:02 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-04 17:05:02 +0100 |
commit | ca3d6ca903909c1f8ed31548d8a338e5cb6d71ba (patch) | |
tree | 2830ba1b61b841d2af2fc041c73c43a5bd946918 /web/js/validation_rules.js | |
parent | 91db7d51d0e2fe172e84ba4c00b4cf319e15c16d (diff) | |
parent | 688169c4b0e12302efeab07478a59a28d45f3f98 (diff) |
Merge branch 'fix-admin-proxy'
Diffstat (limited to 'web/js/validation_rules.js')
-rw-r--r-- | web/js/validation_rules.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/js/validation_rules.js b/web/js/validation_rules.js new file mode 100644 index 000000000..5295a53ca --- /dev/null +++ b/web/js/validation_rules.js @@ -0,0 +1,5 @@ + validation_rules = { + title: { required: true }, + detail: { required: true }, + update: { required: true } + }; |