Commit bba35634 authored by Nikolay Gromov's avatar Nikolay Gromov

Убрал из определния мобильных лишний вывод в консоль

parent 0f134c4e
document.addEventListener('DOMContentLoaded', function(){
if (window.isMobile !== undefined) {
console.log(isMobile);
// console.log(isMobile);
if(isMobile.any) {
var rootClasses = ' is-mobile';
for (key in isMobile) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment