EstebanDLPT (Talk | contribs) m |
EstebanDLPT (Talk | contribs) m |
||
Line 212: | Line 212: | ||
//jQuery(document).ready(function($) { | //jQuery(document).ready(function($) { | ||
var smallscreen = window.matchMedia("(max-width: 900px)"); | var smallscreen = window.matchMedia("(max-width: 900px)"); | ||
+ | window.alert(smallscreen.matches); | ||
if(smallscreen.matches) { | if(smallscreen.matches) { |
Revision as of 23:22, 12 October 2018