SAAS-940: Provide usability hints to user
Fixed bug where hints were not showing up sometimes
This commit is contained in:
parent
25ef70767b
commit
71e8909365
3 changed files with 8 additions and 4 deletions
|
@ -73,7 +73,6 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|||
<div class="wrapper" id="content">
|
||||
<?php
|
||||
$hint = Application_Common_UsabilityHints::getUsabilityHint();
|
||||
Logging::info($hint);
|
||||
if ($hint != "") { ?>
|
||||
<div class="usability_hint"><?php echo $hint; ?></div>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue