Fix v2 for response parsing
This commit is contained in:
parent
f5ece9b5b4
commit
197859b675
1 changed files with 0 additions and 3 deletions
|
|
@ -98,9 +98,6 @@ $(function() {
|
|||
if (config.interval != undefined && config.interval > 0) {
|
||||
self.timelapseTimedInterval(config.interval);
|
||||
}
|
||||
if (config.postRoll != undefined && config.postRoll >= 0) {
|
||||
self.timelapsePostRoll(config.postRoll);
|
||||
}
|
||||
} else {
|
||||
self.timelapseTimedInterval(undefined);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue