Skip to content

Commit

Permalink
Correct jquery url
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp committed Jun 21, 2012
1 parent 268033a commit 5a79bad
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.php
Expand Up @@ -231,7 +231,7 @@
</style>

<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script>

<!-- scripts concatenated and minified via ant build script-->
Expand All @@ -241,10 +241,8 @@

<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ?
"https://piwik.mayflower.de/" : "http://piwik.mayflower.de/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js'
type='text/javascript'%3E%3C/script%3E"));
var pkBaseURL = (("https:" == document.location.protocol) ? "https://piwik.mayflower.de/" : "http://piwik.mayflower.de/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 3);
Expand Down

0 comments on commit 5a79bad

Please sign in to comment.