mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Slider-Bug
git-svn-id: https://svn.fhem.de/fhem/trunk@1947 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c531a54963
commit
56a1b07e3c
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user