mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
MINOR Disabling useless js validation
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@115614 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
db42d00082
commit
3fda909e8f
@ -52,4 +52,6 @@ BasicAuth::protect_entire_site(false);
|
||||
Object::add_extension('DocumentationViewer', 'DocumentationViewerExtension');
|
||||
if(Director::isLive()) {
|
||||
DocumentationViewerExtension::$google_analytics_code = 'UA-84547-8';
|
||||
}
|
||||
}
|
||||
|
||||
Validator::set_javascript_validation_handler('none');
|
Loading…
x
Reference in New Issue
Block a user