pull/199/head
nightwing 2015-09-16 15:02:57 +04:00
rodzic d57c9ad6e9
commit f0ca22e2c3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -83,9 +83,9 @@ define(function(require, exports, module) {
// return value from url if present, otherwise return the setting
var idx = c9.location.indexOf(key + "=");
if (idx !== -1) {
if (c9.location.indexOf(key + "=0"))
if (c9.location.indexOf(key + "=0") != -1)
return false;
if (c9.location.indexOf(key + "=1"))
if (c9.location.indexOf(key + "=1") != -1)
return true;
}