diff --git a/mysite/_config.php b/mysite/_config.php index ed31458..03c543c 100644 --- a/mysite/_config.php +++ b/mysite/_config.php @@ -52,4 +52,6 @@ BasicAuth::protect_entire_site(false); Object::add_extension('DocumentationViewer', 'DocumentationViewerExtension'); if(Director::isLive()) { DocumentationViewerExtension::$google_analytics_code = 'UA-84547-8'; -} \ No newline at end of file +} + +Validator::set_javascript_validation_handler('none'); \ No newline at end of file