From 4d9be17e6c5f20c59fa0fbf7df92e3fad7a185de Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 10 Feb 2013 17:18:36 +0000 Subject: [PATCH] down show browser warning to google bot --- source/Ox.UI/Ox.UI.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/Ox.UI/Ox.UI.js b/source/Ox.UI/Ox.UI.js index be023871..b9a941d6 100644 --- a/source/Ox.UI/Ox.UI.js +++ b/source/Ox.UI/Ox.UI.js @@ -36,6 +36,11 @@ Ox.load.UI = function(options, callback) { regexp: /AppleWebKit\/(\d+)\./, version: 534 }, + { + name: 'Googlebot', + regexp: /Googlebot\/(\d+)\./, + version: 2 + }, { name: 'Internet Explorer', url: 'http://windows.microsoft.com/en-US/internet-explorer/products/ie/home',