mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Fixes issue 6289
This commit is contained in:
parent
5019bcb5b8
commit
fd7c47ed55
3 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
|
||||
<div id="profile-jot-plugin-wrapper">
|
||||
{{$jotplugins}}
|
||||
{{$jotplugins nofilter}}
|
||||
</div>
|
||||
|
||||
<div id="profile-rotator-wrapper" style="display: {{$visitor}};" >
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue