removed conditionizr and unused js libs

This commit is contained in:
infeeeee
2019-09-13 16:14:50 +02:00
parent ec3e5525a5
commit 810fdd7489
5 changed files with 3 additions and 21 deletions

View File

@@ -23,15 +23,6 @@
<meta name="description" content="<?php bloginfo('description');?>">
<?php wp_head();?>
<script>
// conditionizr.com
// configure environment tests
conditionizr.config({
assets: '<?php echo get_template_directory_uri(); ?>',
tests: {}
});
</script>
</head>
<body <?php body_class();?>>