diff --git a/themes/docs/templates/DocumentationViewer.ss b/themes/docs/templates/DocumentationViewer.ss index 2667331..b4d00c0 100644 --- a/themes/docs/templates/DocumentationViewer.ss +++ b/themes/docs/templates/DocumentationViewer.ss @@ -7,7 +7,7 @@ <% if PageTitle %>$PageTitle <% end_if %>SilverStripe Documentation <% require javascript(sapphire/thirdparty/jquery/jquery.js) %> - <% require javascript(http://silverstripe.org/toolbar/javascript/toolbar.js?site=doc&searchShow=false) %> + <% require javascript(http://silverstripe.org/toolbar/javascript/toolbar.min.js?site=doc&searchShow=false) %> <% require css(http://silverstripe.org/toolbar/css/toolbar.css) %> <% require css(themes/ssorgsites/css/ss.screen.min.css, screen) %> diff --git a/themes/docs/templates/Page.ss b/themes/docs/templates/Page.ss index c78d87a..8b7d8cf 100644 --- a/themes/docs/templates/Page.ss +++ b/themes/docs/templates/Page.ss @@ -10,7 +10,7 @@ <% require javascript(sapphire/thirdparty/jquery/jquery.js) %> - <% require javascript(http://silverstripe.org/toolbar/javascript/toolbar.js?site=doc&searchShow=false) %> + <% require javascript(http://silverstripe.org/toolbar/javascript/toolbar.min.js?site=doc&searchShow=false) %> <% require css(http://silverstripe.org/toolbar/css/toolbar.css) %> <% require css(themes/ssorgsites/css/ss.screen.min.css, screen) %>