fhemweb_time.js: do not reload the page on setting the time (Forum #26313)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6480 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user