From 570502a6fb68f5660d53e1e453a33160258d1c5f Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Wed, 21 Aug 2013 12:52:40 +0900 Subject: [PATCH] Fix typo ues => yes ^ --- modules/groupTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/groupTab.js b/modules/groupTab.js index aefa59d3..f4f132a9 100644 --- a/modules/groupTab.js +++ b/modules/groupTab.js @@ -99,7 +99,7 @@ GroupTab.prototype = { _title : null, get temporary() { - return /(?:^|[\?&;])temporary=(?:1|ues|true)/i.test(this.location.search); + return /(?:^|[\?&;])temporary=(?:1|yes|true)/i.test(this.location.search); }, set temporary(aValue) { this._updateURI({ temporary: !!aValue });