Add files via upload
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
$(document).ready(function() {
|
||||
$('#bg').blurjs({
|
||||
source: 'body',
|
||||
radius: 10,
|
||||
overlay: 'rgba(255, 255, 255, .5)'
|
||||
});
|
||||
});
|
||||
|
||||
var _paq = _paq || [];
|
||||
_paq.push(["trackPageView"]);
|
||||
_paq.push(["enableLinkTracking"]);
|
||||
|
||||
(function() {
|
||||
var u = (("https:" == document.location.protocol) ? "https" : "http") + "://stats.vincentrozenberg.com/";
|
||||
_paq.push(["setTrackerUrl", u + "piwik.php"]);
|
||||
_paq.push(["setSiteId", "4"]);
|
||||
var d = document, g = d.createElement("script"), s = d.getElementsByTagName("script")[0];
|
||||
g.type = "text/javascript";
|
||||
g.defer = true;
|
||||
g.async = true;
|
||||
g.src = u + "piwik.js";
|
||||
s.parentNode.insertBefore(g, s);
|
||||
})();
|
||||
Reference in New Issue
Block a user