Merge pull request #6290 from annando/issue-6289

Fixes issue 6289
This commit is contained in:
Hypolite Petovan 2018-12-21 08:52:10 -05:00 committed by GitHub
commit 00e9a6fd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 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

@ -32,7 +32,7 @@
<li><a id="profile-nolocation" onclick="jotClearLocation();return false;" title="{{$noloc}}">{{$shortnoloc}}</a></li>
-->
<li><a id="jot-preview-link" onclick="preview_post(); return false;" title="{{$preview}}">{{$preview}}</a></li>
{{$jotplugins}}
{{$jotplugins nofilter}}
{{if !$is_edit}}
<li class="perms"><a id="jot-perms-icon" href="#profile-jot-acl-wrapper" class="icon s22 {{$lockstate}} {{$bang}}" title="{{$permset}}" ></a></li>

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>