C5 Adding jquery ui, google maps and other stuff in header unnecessarily?

Permalink
For some reason header_required in my theme view is including these in the header, but as far as I can tell they are not required and I cant find where they are coming from. This is using the greek yogurt theme. I am not logged in nor do I have any blocks on the page at all. I don't know how to remove this from the header?

http://catslikeus.com/index.php?cID=163...

Any advice appreciated, thanks, Andrew

<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>
<link rel="stylesheet" type="text/css" href="/concrete/css/ccm.app.css?v=1c3c1383fdb0dacc232d323482919694" />
<link rel="stylesheet" type="text/css" href="/concrete/css/jquery.ui.css?v=1c3c1383fdb0dacc232d323482919694" />
<script type="text/javascript" src="/concrete/js/jquery.form.js?v=1c3c1383fdb0dacc232d323482919694"></script>
<script type="text/javascript" src="/concrete/js/jquery.ui.js?v=1c3c1383fdb0dacc232d323482919694"></script>

 
Remo replied on at Permalink Reply
Remo
JavaScripts like the one for google maps should only be included if there's actually a google maps block on the page. I can't reproduce this.

However, jquery might be included even if it's not needed.

To change that check this nice article:http://andrewembler.com/posts/5-easy-ways-to-speed-up-a-concrete5-s...