diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-11-26 22:18:11 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-11-26 22:18:11 -0800 |
commit | 0a179f40f147fe4fa6120c56025e32e9d20bbf77 (patch) | |
tree | 2a72a35e6ecd6530230093ef72c88f9354fdc420 /includes/header.php | |
parent | 19771b6163b58cd6c3ffaad9272e93d4f0fbb140 (diff) | |
download | pathery-0a179f40f147fe4fa6120c56025e32e9d20bbf77.tar.xz |
Cache changes
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/header.php b/includes/header.php index 7c086fb..74a773a 100644 --- a/includes/header.php +++ b/includes/header.php @@ -34,10 +34,10 @@ function htmlHeader($css = array(), $title = 'Pathery', $desc = '', $scripts = a echo " <meta name='Description' content='$desc'>";
foreach ($scripts as $s)
- echo "<script src='js/$s.js?v=1'></script>";
+ echo "<script src='js/$s.js?v=2'></script>";
?>
- <script src="js/ajax.js?v=1" async="async"></script>
- <script src="js/mapspecs.js?v=1"></script>
+ <script src="js/ajax.js" async="async"></script>
+ <script src="js/mapspecs.js?v=112612"></script>
<script>
(function(c,a){window.mixpanel=a;var b,d,h,e;b=c.createElement("script");b.type="text/javascript";b.async=!0;b.src=("https:"===c.location.protocol?"https:":"http:")+'//cdn.mxpnl.com/libs/mixpanel-2.1.min.js';d=c.getElementsByTagName("script")[0];d.parentNode.insertBefore(b,d);a._i=[];a.init=function(b,c,f){function d(a,b){var c=b.split(".");2==c.length&&(a=a[c[0]],b=c[1]);a[b]=function(){a.push([b].concat(Array.prototype.slice.call(arguments,0)))}}var g=a;"undefined"!==typeof f?
|