Fix for cacheTimeout undefined value, #266
This commit is contained in:
@@ -225,7 +225,7 @@ function (angular, _, $, config, kbn, moment) {
|
||||
}
|
||||
}, this);
|
||||
}
|
||||
else if (value !== null) {
|
||||
else if (value) {
|
||||
clean_options.push(key + "=" + encodeURIComponent(value));
|
||||
}
|
||||
}, this);
|
||||
|
||||
Reference in New Issue
Block a user