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">
|
<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}};" >
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue