kopia lustrzana https://github.com/c9/core
fix typo
rodzic
d57c9ad6e9
commit
f0ca22e2c3
|
@ -83,9 +83,9 @@ define(function(require, exports, module) {
|
||||||
// return value from url if present, otherwise return the setting
|
// return value from url if present, otherwise return the setting
|
||||||
var idx = c9.location.indexOf(key + "=");
|
var idx = c9.location.indexOf(key + "=");
|
||||||
if (idx !== -1) {
|
if (idx !== -1) {
|
||||||
if (c9.location.indexOf(key + "=0"))
|
if (c9.location.indexOf(key + "=0") != -1)
|
||||||
return false;
|
return false;
|
||||||
if (c9.location.indexOf(key + "=1"))
|
if (c9.location.indexOf(key + "=1") != -1)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue