Jump to content

[BUG] Like a post in status


Recommended Posts

Instead of "display: inline;"

<span class="ipsReact_count ipsHide ipsAreaBackground_positive" data-role="reactCount" style="display: inline;">
					<a href="xx" data-ipsdialog="" data-ipsdialog-title="See who reacted to this">
						0
					</a>
				</span>

there should be "display:none;"

<span class="ipsReact_count ipsHide ipsAreaBackground_positive" data-role="reactCount" style="display: none;">
					<a href="xx" data-ipsdialog="" data-ipsdialog-title="See who reacted to this">
						0
					</a>
				</span>

 

Could contain: Text

Edited by SeNioR-
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...