From 49e254f845d326225993f9ad5120fd92ce8149b3 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Wed, 26 Jan 2011 01:11:20 +0000 Subject: [PATCH] Use minified versions git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@115798 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- themes/docs/templates/DocumentationViewer.ss | 2 +- themes/docs/templates/Page.ss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) %>