ues =>
yes
^
This commit is contained in:
YUKI Hiroshi 2013-08-21 12:52:40 +09:00
parent 05f837d0c6
commit 570502a6fb

View File

@ -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 });