Commit 08b78494762df47c4d5878c97274a734b21aa613
1 parent
9fc1bcf6
Exists in
2.9
and in
9 other branches
Altera condição para passar parametro;
Refs #3363
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/intranet/include/clsBase.inc.php
... | ... | @@ -639,7 +639,7 @@ class clsBase extends clsConfig |
639 | 639 | $saida .= "<script type=\"text/javascript\" src=\"scripts/select2/pt-BR.js\"></script>"; |
640 | 640 | $saida .= "<link type=\"text/css\" rel=\"stylesheet\" href=\"scripts/select2/select2.min.css\" />"; |
641 | 641 | |
642 | - if (true) { | |
642 | + if (showOnboarding) { | |
643 | 643 | $saida .= "<script src='https://fast.conpass.io/H1gWceptS_G.js'></script>"; |
644 | 644 | |
645 | 645 | $saida .= " | ... | ... |