Commit 08b78494762df47c4d5878c97274a734b21aa613

Authored by Matheus Nicoski
1 parent 9fc1bcf6
Exists in 2.9 and in 9 other branches 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8

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 .= "
... ...