Fix for cacheTimeout undefined value, #266

This commit is contained in:
Torkel Ödegaard
2014-07-28 17:01:48 +02:00
parent 2bec41b80e
commit 8aed1aa634
@@ -225,7 +225,7 @@ function (angular, _, $, config, kbn, moment) {
}
}, this);
}
else if (value !== null) {
else if (value) {
clean_options.push(key + "=" + encodeURIComponent(value));
}
}, this);