mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-12 16:46:35 +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) {
|
||||
par.innerHTML = par.innerHTML.substring(0, brOff).replace('"-"','"+"');
|
||||
if(cmd)
|
||||
document.location = cmd.replace('%',v);
|
||||
FW_cmd(cmd.replace('%',v)+"&XHR=1");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user