Fixes issue 6289

This commit is contained in:
Michael 2018-12-21 13:43:06 +00:00
parent 5019bcb5b8
commit fd7c47ed55
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@
<div id="profile-jot-plugin-wrapper"> <div id="profile-jot-plugin-wrapper">
{{$jotplugins}} {{$jotplugins nofilter}}
</div> </div>
<div id="profile-rotator-wrapper" style="display: {{$visitor}};" > <div id="profile-rotator-wrapper" style="display: {{$visitor}};" >

View File

@ -110,7 +110,7 @@
<img role="presentation" id="profile-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" /> <img role="presentation" id="profile-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
</li> </li>
<li role="presentation" id="profile-jot-plugin-wrapper"> <li role="presentation" id="profile-jot-plugin-wrapper">
{{$jotplugins}} {{$jotplugins nofilter}}
</li> </li>
</ul> </ul>

View File

@ -61,7 +61,7 @@
</div> </div>
<div id="profile-jot-plugin-wrapper" style="display: none;"> <div id="profile-jot-plugin-wrapper" style="display: none;">
{{$jotplugins}} {{$jotplugins nofilter}}
</div> </div>
<div id="profile-jot-tools-end"></div> <div id="profile-jot-tools-end"></div>