summaryrefslogtreecommitdiff
path: root/themes/flog/layouts/partials/footer.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-11-08 11:27:37 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-11-08 11:27:37 +0100
commit959f915c9e545a7fe8cafce9916eea377181201e (patch)
treec47337abfbbceee25b25443d2e57f47dd039d0d6 /themes/flog/layouts/partials/footer.html
parent5d4d6b3b12149333eeb15a5a4114c025c06dfc20 (diff)
downloadpragblog-959f915c9e545a7fe8cafce9916eea377181201e.tar.gz
pragblog-959f915c9e545a7fe8cafce9916eea377181201e.zip
use webp for images, load icons offline
Diffstat (limited to 'themes/flog/layouts/partials/footer.html')
-rw-r--r--themes/flog/layouts/partials/footer.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/flog/layouts/partials/footer.html b/themes/flog/layouts/partials/footer.html
index fc0f949..5ffadd4 100644
--- a/themes/flog/layouts/partials/footer.html
+++ b/themes/flog/layouts/partials/footer.html
@@ -49,11 +49,6 @@
}
});
});
- $('body').imagesLoaded({ background: true }, function() {
- $('<img src="/images/skyline.jpg">').load(function() {
- $('body').css('background-image', 'url(' + this.src + ')');
- });
- });
</script>
</body>
</html>