2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-27 20:34:52 +00:00

fhemdoc_modular.js: fix link visibility (partly) (Forum #105079)

git-svn-id: https://svn.fhem.de/fhem/trunk@20565 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-11-23 10:19:29 +00:00
parent 885719e96d
commit 7f00dc71e1

View File

@ -277,5 +277,8 @@ $(document).ready(function(){
setTimeout(checkScroll, 500);
};
calcOffsets();
fd_csrfRefresh();
});
$(window).resize(calcOffsets);