Commit 4d136287 authored by Valentin Hervieu's avatar Valentin Hervieu

Merge pull request #155 from kaspertygesen/master

Update floor label so that it hides correctly when using single slider.
parents 88a82f9f fca533e4
...@@ -663,6 +663,7 @@ function throttle(func, wait, options) { ...@@ -663,6 +663,7 @@ function throttle(func, wait, options) {
if(this.initHasRun) if(this.initHasRun)
{ {
this.updateFloorLab();
this.updateCeilLab(); this.updateCeilLab();
this.initHandles(); this.initHandles();
} }
......
This diff is collapsed.
...@@ -663,6 +663,7 @@ function throttle(func, wait, options) { ...@@ -663,6 +663,7 @@ function throttle(func, wait, options) {
if(this.initHasRun) if(this.initHasRun)
{ {
this.updateFloorLab();
this.updateCeilLab(); this.updateCeilLab();
this.initHandles(); this.initHandles();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment