enables prompt messages with ticks values on hovering over the slider thumb
instead of it, you can use the tooltip property:
var slider = new dhx.Slider("slider_container", {
tooltip:false
});
var slider = new dhx.Slider("slider_container", {
thumbLabel:false
});