juliya
11/8/2018 - 9:21 AM

device checker

$(document).ready(function () {
    if (!(/Mobi/.test(navigator.userAgent))) {
    }
});