1
0
Fork 0
forked from 0x2620/oxjs

yandex mobile

This commit is contained in:
j 2016-11-25 22:34:17 +01:00
commit e288749077
2 changed files with 7 additions and 1 deletions

View file

@ -45,7 +45,12 @@ Ox.load.UI = function(options, callback) {
},
{
name: 'YandexBot',
regexp: /(YandexBot)\/(\d+)\./,
regexp: /YandexBot\/(\d+)\./,
version: 3
},
{
name: 'YandexMobileBot',
regexp: /YandexMobileBot\/(\d+)\./,
version: 3
},
{