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:
rudolfkoenig
2014-08-30 07:30:21 +00:00
parent 2086e4498a
commit b8694e83ba

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