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) {
if(this.initHasRun)
{
this.updateFloorLab();
this.updateCeilLab();
this.initHandles();
}
......
This diff is collapsed.
......@@ -663,6 +663,7 @@ function throttle(func, wait, options) {
if(this.initHasRun)
{
this.updateFloorLab();
this.updateCeilLab();
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