radiodraws
3/16/2018 - 10:53 AM

is small is mobile

is small is mobile

  var isSmall = function() {
    if (window.matchMedia('(max-width: ' + w_mobile + 'px)').matches) {
      return true;
    } else {
      return false;
    }
  }