forked from leftypol/leftypol
Removed extra space for some options
This commit is contained in:
parent
dbaaa0c40a
commit
e7d3097e5a
3 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ $(document).ready(function() {
|
|||
if (window.Options && Options.get_tab('general')) {
|
||||
selector = '#forced-anon';
|
||||
event = 'change';
|
||||
Options.extend_tab("general", "<label id='forced-anon'><input type='checkbox' /> "+_('Forced anonymity')+"</label>");
|
||||
Options.extend_tab("general", "<label id='forced-anon'><input type='checkbox' />"+_('Forced anonymity')+"</label>");
|
||||
}
|
||||
else {
|
||||
selector = '#forced-anon';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue