updated nsfw.php
This commit is contained in:
parent
3bf2c3ca07
commit
a263e4520f
|
@ -76,11 +76,11 @@ function nsfw_addon_settings(&$a,&$s) {
|
||||||
$words = 'nsfw,';
|
$words = 'nsfw,';
|
||||||
|
|
||||||
$s .= '<span id="settings_nsfw_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_nsfw_expanded\'); openClose(\'settings_nsfw_inflated\');">';
|
$s .= '<span id="settings_nsfw_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_nsfw_expanded\'); openClose(\'settings_nsfw_inflated\');">';
|
||||||
$s .= '<h3>' . L10n::t('Content Filter (NSFW and more)') . '</h3>';
|
$s .= '<h3>' . L10n::t('Content Filter (NSFW tag and more)') . '</h3>';
|
||||||
$s .= '</span>';
|
$s .= '</span>';
|
||||||
$s .= '<div id="settings_nsfw_expanded" class="settings-block" style="display: none;">';
|
$s .= '<div id="settings_nsfw_expanded" class="settings-block" style="display: none;">';
|
||||||
$s .= '<span class="fakelink" onclick="openClose(\'settings_nsfw_expanded\'); openClose(\'settings_nsfw_inflated\');">';
|
$s .= '<span class="fakelink" onclick="openClose(\'settings_nsfw_expanded\'); openClose(\'settings_nsfw_inflated\');">';
|
||||||
$s .= '<h3>' . L10n::t('Content Filter(#NSFW tag and more)') . '</h3>';
|
$s .= '<h3>' . L10n::t('Content Filter (NSFW tag and more)') . '</h3>';
|
||||||
$s .= '</span>';
|
$s .= '</span>';
|
||||||
|
|
||||||
$s .= '<div id="nsfw-wrapper">';
|
$s .= '<div id="nsfw-wrapper">';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user