2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

fhemweb.js: fix iOS+websocket combo (Forum #68185)

git-svn-id: https://svn.fhem.de/fhem/trunk@13554 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-03-01 06:10:53 +00:00
parent eb943631aa
commit 11533f349d

View File

@ -1482,11 +1482,8 @@ loadScript(sname, callback, force)
}
} else {
if(FW_isiOS) {
FW_leaving = 1;
if(FW_pollConn)
FW_pollConn.abort();
}
if(FW_isiOS)
FW_closeConn();
script.onload = function(){
scriptLoaded();
}