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 ace3f3a596
commit b21dec7e5f

View File

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