Merge branch '2.1.x' of dev.sourcefabric.org:airtime into 2.1.x
This commit is contained in:
commit
e1dec544ad
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ var AIRTIME = (function(AIRTIME){
|
||||||
|
|
||||||
iRange = iEnd - iStart;
|
iRange = iEnd - iStart;
|
||||||
|
|
||||||
if (iRange === 0 || iEnd < iStart) {
|
if (iEnd < iStart) {
|
||||||
iEnd = iStart + DEFAULT_RANGE;
|
iEnd = iStart + DEFAULT_RANGE;
|
||||||
iRange = DEFAULT_RANGE;
|
iRange = DEFAULT_RANGE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue