just forget about it

This commit is contained in:
Kabir Sala 2014-02-10 15:34:22 +01:00
parent 630396f638
commit cec8049590
2 changed files with 4 additions and 4 deletions

View File

@ -229,7 +229,7 @@
'Highlight Own Posts': [false, 'Highlights own posts if Mark Quotes of You is enabled.'],
'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'],
'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.'],
'Quote Threading': [true, 'Thread conversations']
'Quote Threading': [false, 'Thread conversations']
}
},
imageExpansion: {
@ -5005,7 +5005,7 @@
}
this.enabled = true;
this.controls = $.el('span', {
innerHTML: '<label><input id=threadingControl type=checkbox checked> Threading</label>'
innerHTML: '<label><input id=threadingControl type=checkbox unchecked> Threading</label>'
});
input = $('input', this.controls);
$.on(input, 'change', this.toggle);

View File

@ -207,7 +207,7 @@
'Highlight Own Posts': [false, 'Highlights own posts if Mark Quotes of You is enabled.'],
'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'],
'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.'],
'Quote Threading': [true, 'Thread conversations']
'Quote Threading': [false, 'Thread conversations']
}
},
imageExpansion: {
@ -5008,7 +5008,7 @@
}
this.enabled = true;
this.controls = $.el('span', {
innerHTML: '<label><input id=threadingControl type=checkbox checked> Threading</label>'
innerHTML: '<label><input id=threadingControl type=checkbox unchecked> Threading</label>'
});
input = $('input', this.controls);
$.on(input, 'change', this.toggle);