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">
{{$jotplugins}}
{{$jotplugins nofilter}}
</div>
<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;" />
</li>
<li role="presentation" id="profile-jot-plugin-wrapper">
{{$jotplugins}}
{{$jotplugins nofilter}}
</li>
</ul>

View File

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