Lack of interest Remove the share page templates when JavaScript is disabled

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Paul B

XenForo moderator
Staff member
I have made small edits to the share_page and sidebar_share_page templates to stop them being displayed when JavaScript is disabled.

Simply adding JsOnly to the class is enough, like so:

share_page
Code:
<div class="sharePage JsOnly">

sidebar_share_page
Code:
<div class="section infoBlock sharePage JsOnly">

Without these edits Facebook and Google aren't displayed but the Tweet text is.
Even then, the Share This Page text would still be displayed so these simple edits completely remove it.
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Top Bottom