Fix typo
ues => yes ^
This commit is contained in:
parent
05f837d0c6
commit
570502a6fb
@ -99,7 +99,7 @@ GroupTab.prototype = {
|
|||||||
_title : null,
|
_title : null,
|
||||||
|
|
||||||
get temporary() {
|
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) {
|
set temporary(aValue) {
|
||||||
this._updateURI({ temporary: !!aValue });
|
this._updateURI({ temporary: !!aValue });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user