summaryrefslogtreecommitdiffstats
path: root/static/functions/form_validate.js
diff options
context:
space:
mode:
authorGit <git@what.cd>2013-08-28 23:08:41 +0000
committerGit <git@what.cd>2013-08-28 23:08:41 +0000
commit3e3fdfb804b3faea02df1c0a40ed2cba3b5f3663 (patch)
tree0dfbaae1ba2bc758afcdf45dacb3471552f9849c /static/functions/form_validate.js
parentdb7ddd03782cae2be19499450d3948c5950e43fa (diff)
downloadGazelle-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.js5
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;
}