Don't hide the reply form in /f/. Close #326
This commit is contained in:
parent
6dd8a54a12
commit
1e6e4743dc
@ -3854,7 +3854,7 @@
|
||||
return;
|
||||
}
|
||||
$.ready(Options.init);
|
||||
if (conf['Quick Reply'] && conf['Hide Original Post Form']) {
|
||||
if (conf['Quick Reply'] && conf['Hide Original Post Form'] && g.board !== 'f') {
|
||||
Main.css += 'form[name=post] { display: none; }';
|
||||
}
|
||||
Main.addStyle();
|
||||
|
||||
@ -3194,7 +3194,7 @@ Main =
|
||||
|
||||
$.ready Options.init
|
||||
|
||||
if conf['Quick Reply'] and conf['Hide Original Post Form']
|
||||
if conf['Quick Reply'] and conf['Hide Original Post Form'] and g.board isnt 'f'
|
||||
Main.css += 'form[name=post] { display: none; }'
|
||||
|
||||
Main.addStyle()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user