@@ -22,5 +22,7 @@ | ||
| for (var i = 0; i < teams.length; i++) { | ||
| matches = teams[i].match(re); | ||
| if (matches && matches.length == 1) { | ||
| return matches[0]; | ||
| if (teams[i].indexOf('team') === 0) { | ||
| matches = teams[i].match(re); | ||
| if (matches && matches.length == 1) { | ||
| return matches[0]; | ||
| } | ||
| } | ||
@@ -27,0 +29,0 @@ } |
+1
-1
@@ -10,3 +10,3 @@ { | ||
| ], | ||
| "version": "3.1.1", | ||
| "version": "3.1.2", | ||
| "license": "MIT", | ||
@@ -13,0 +13,0 @@ "repository": { |
52388
0.14%1432
0.14%