mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 22:56:34 +00:00
fhemweb_time.js: do not reload the page on setting the time (Forum #26313)
git-svn-id: https://svn.fhem.de/fhem/trunk@6480 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
be1dc78a76
commit
21dd78d507
@ -20,7 +20,7 @@ FW_timeCreate(el,cmd)
|
|||||||
if(brOff > 0) {
|
if(brOff > 0) {
|
||||||
par.innerHTML = par.innerHTML.substring(0, brOff).replace('"-"','"+"');
|
par.innerHTML = par.innerHTML.substring(0, brOff).replace('"-"','"+"');
|
||||||
if(cmd)
|
if(cmd)
|
||||||
document.location = cmd.replace('%',v);
|
FW_cmd(cmd.replace('%',v)+"&XHR=1");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user