At the end of index.php (responsive layout) you have a call to
< script type='text/javascript' src='desk.js'>< /script>
It turns out that this JS will only act with MediaQuery greater than 1024px.
I ask: Is it possible to make an IF condition in Java or in the CSS itself that opens this JS?
JS is heavy and mobile has no function at all.