diff options
author | Git <git@what.cd> | 2013-08-28 23:08:41 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2013-08-28 23:08:41 +0000 |
commit | 3e3fdfb804b3faea02df1c0a40ed2cba3b5f3663 (patch) | |
tree | 0dfbaae1ba2bc758afcdf45dacb3471552f9849c /static/functions/form_validate.js | |
parent | db7ddd03782cae2be19499450d3948c5950e43fa (diff) | |
download | Gazelle-3e3fdfb804b3faea02df1c0a40ed2cba3b5f3663.zip Gazelle-3e3fdfb804b3faea02df1c0a40ed2cba3b5f3663.tar.gz Gazelle-3e3fdfb804b3faea02df1c0a40ed2cba3b5f3663.tar.bz2 |
Empty commit
Diffstat (limited to 'static/functions/form_validate.js')
-rw-r--r-- | static/functions/form_validate.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/functions/form_validate.js b/static/functions/form_validate.js index f801a8f..a0d3559 100644 --- a/static/functions/form_validate.js +++ b/static/functions/form_validate.js @@ -32,6 +32,11 @@ $(document).ready(function() { $("#event_form").validate(); } break; + case "tools": + if (query['action'] == "calendar") { + $("#event_form").validate(); + } + break; default: break; } |