work with new setting
This commit is contained in:
parent
653e413ebc
commit
5d3daaf72e
@ -3494,7 +3494,9 @@
|
|||||||
if (conf['Quote Backlinks']) quoteBacklink.init();
|
if (conf['Quote Backlinks']) quoteBacklink.init();
|
||||||
if (conf['Indicate OP quote']) quoteOP.init();
|
if (conf['Indicate OP quote']) quoteOP.init();
|
||||||
if (conf['Indicate Cross-thread Quotes']) quoteDR.init();
|
if (conf['Indicate Cross-thread Quotes']) quoteDR.init();
|
||||||
if (conf['Quick Reply']) Main.css += 'form[name=post] { display: none; }';
|
if (conf['Quick Reply'] && conf['Hide Original Post Form']) {
|
||||||
|
Main.css += 'form[name=post] { display: none; }';
|
||||||
|
}
|
||||||
Main.addStyle();
|
Main.addStyle();
|
||||||
return $.ready(Main.ready);
|
return $.ready(Main.ready);
|
||||||
},
|
},
|
||||||
|
|||||||
@ -2730,7 +2730,7 @@ Main =
|
|||||||
if conf['Indicate Cross-thread Quotes']
|
if conf['Indicate Cross-thread Quotes']
|
||||||
quoteDR.init()
|
quoteDR.init()
|
||||||
|
|
||||||
if conf['Quick Reply']
|
if conf['Quick Reply'] and conf['Hide Original Post Form']
|
||||||
Main.css += 'form[name=post] { display: none; }'
|
Main.css += 'form[name=post] { display: none; }'
|
||||||
|
|
||||||
Main.addStyle()
|
Main.addStyle()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user