2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

Slider-Bug

git-svn-id: https://svn.fhem.de/fhem/trunk@1947 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-10-13 08:12:33 +00:00
parent c531a54963
commit 56a1b07e3c

View File

@ -56,6 +56,7 @@ Slider(slider, min, stp, max, curr, cmd)
{
var sh = slider.firstChild;
var lastX=-1, offX=0, maxX=0, val=-1;
min = parseInt(min); max = parseInt(max); stp = parseInt(stp);
function
init()