Merge branch 'master' of git://github.com/MayhemYDG/4chan-x into autonoko
Conflicts: changelog script.coffee
This commit is contained in:
commit
521483eeb3
@ -3580,6 +3580,10 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$.ready(options.init);
|
$.ready(options.init);
|
||||||
|
if (conf['Quick Reply'] && conf['Hide Original Post Form']) {
|
||||||
|
Main.css += 'form[name=post] { display: none; }';
|
||||||
|
}
|
||||||
|
Main.addStyle();
|
||||||
now = Date.now();
|
now = Date.now();
|
||||||
if (conf['Check for Updates'] && $.get('lastUpdate', 0) < now - 6 * HOUR) {
|
if (conf['Check for Updates'] && $.get('lastUpdate', 0) < now - 6 * HOUR) {
|
||||||
$.ready(function() {
|
$.ready(function() {
|
||||||
@ -3623,10 +3627,6 @@
|
|||||||
quoteIndicators.init();
|
quoteIndicators.init();
|
||||||
}
|
}
|
||||||
if (conf['Fix XXX\'d Post Numbers']) unxify.init();
|
if (conf['Fix XXX\'d Post Numbers']) unxify.init();
|
||||||
if (conf['Quick Reply'] && conf['Hide Original Post Form']) {
|
|
||||||
Main.css += 'form[name=post] { display: none; }';
|
|
||||||
}
|
|
||||||
Main.addStyle();
|
|
||||||
return $.ready(Main.ready);
|
return $.ready(Main.ready);
|
||||||
},
|
},
|
||||||
ready: function() {
|
ready: function() {
|
||||||
|
|||||||
11
changelog
11
changelog
@ -1,6 +1,17 @@
|
|||||||
master
|
master
|
||||||
|
<<<<<<< HEAD
|
||||||
- ahodesuka
|
- ahodesuka
|
||||||
Add auto noko option for replies from the main board and not dumping.
|
Add auto noko option for replies from the main board and not dumping.
|
||||||
|
=======
|
||||||
|
- Mayhem
|
||||||
|
The Filter now has per filter settings:
|
||||||
|
- Filter the OP along its thread, replies only, or both.
|
||||||
|
- Per boards, or global.
|
||||||
|
- Hightlight, or hide.
|
||||||
|
New filter group: Image dimensions.
|
||||||
|
Fix posting on Safari.
|
||||||
|
Fix rare case where the QR would not accept certain image types.
|
||||||
|
>>>>>>> 15b7a55fe01b90965f3663202b71d799456ff95e
|
||||||
|
|
||||||
2.26.4
|
2.26.4
|
||||||
- Mayhem
|
- Mayhem
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user