SAAS-940: Provide usability hints to user

Fixed bug where hints were not showing up sometimes
This commit is contained in:
drigato 2015-07-14 10:08:56 -04:00
parent 25ef70767b
commit 71e8909365
3 changed files with 8 additions and 4 deletions

View file

@ -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