<script>
// MODERNIZR
Modernizr.load([
{
test: 1025 > window.screen.width,
yep : 'js/mobile-plugin.js',
nope : 'js/desktop-plugin.js'
},
]);//end Modernizr.load
</script>
<script>
// MODERNIZR
Modernizr.load([
{
test: 1025 > window.screen.width,
yep : 'js/mobile-plugin.js',
nope : 'js/desktop-plugin.js'
},
]);//end Modernizr.load
</script>