2
0
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:
rudolfkoenig 2014-08-30 07:30:21 +00:00
parent be1dc78a76
commit 21dd78d507

View File

@ -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;
}