Remove KTAs(?)

This commit is contained in:
Faisal Salman
2014-10-15 11:32:21 +07:00
parent 2d885aef26
commit cf0ec0f143
5 changed files with 1 additions and 201 deletions

View File

@@ -219,9 +219,6 @@
browser : [[
/APP-([\w\s\d-]+)\/((\d+)?[\w\.]+)/i // KTA App
], [NAME, VERSION, MAJOR], [
// Presto based
/(opera\smini)\/((\d+)?[\w\.-]+)/i, // Opera Mini
/(opera\s[mobiletab]+).+version\/((\d+)?[\w\.-]+)/i, // Opera Mobi/Tablet
@@ -540,8 +537,6 @@
],
engine : [[
/APP-([\w\s\d-]+)\/((\d+)?[\w\.]+)/i // KTA App
], [[NAME, 'Mobile-App'], VERSION], [
/(presto)\/([\w\.]+)/i, // Presto
/(webkit|trident|netfront|netsurf|amaya|lynx|w3m)\/([\w\.]+)/i, // WebKit/Trident/NetFront/NetSurf/Amaya/Lynx/w3m

File diff suppressed because one or more lines are too long