diff --git a/libs/FML/Script/Features/ToggleInterface.php b/libs/FML/Script/Features/ToggleInterface.php index 3f857dca..2574e8b7 100644 --- a/libs/FML/Script/Features/ToggleInterface.php +++ b/libs/FML/Script/Features/ToggleInterface.php @@ -166,6 +166,8 @@ declare Boolean Last_IsVisible = True; {$VarIsVisible} = {$defaultVisible}; "; } + // Hide as start of the script + $maniascript .= $this->getLoopScriptText(); return $maniascript; }