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

f18.js: set default fir hide pin to true

git-svn-id: https://svn.fhem.de/fhem/trunk@17364 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-09-17 17:31:50 +00:00
parent 1db77264d1
commit 71d27cb81f

View File

@ -25,7 +25,7 @@ $(document).ready(function(){
} }
if(!f18_sd.f18) { if(!f18_sd.f18) {
f18_attr = { "Pinned.menu":"true" }; f18_attr = { "Pinned.menu":"true", "hidePin":"true" };
f18_resetCol(); f18_resetCol();
f18_sd.f18 = f18_attr; f18_sd.f18 = f18_attr;
} }