Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Remove spaces left by Chrome for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLeenheer committed Apr 21, 2012
1 parent 25f69a9 commit 6c85547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/useragents.js
Expand Up @@ -5049,6 +5049,7 @@ var UserAgents = (function(){
s = s.replace(/_CMCC$/, '');

s = s.replace(/_/g, " ");
s = s.replace(/^\s+|\s+$/g, "");
s = s.replace(/\/[^/]+$/, "");
s = s.replace(/\/[^/]+ Android\/.*/, "");

Expand Down

0 comments on commit 6c85547

Please sign in to comment.