chihung
8/28/2019 - 2:33 AM

disable match height byrow in mobile

/*
 *
 * ----------------------------------------------- */
$(function () {
  if (isMobile) {
    $('[data-mh="btn"]').matchHeight({
      byRow: false
    });
  }
});