Zeile 35 | Zeile 35 |
---|
if(inlineIds.indexOf(id) != -1 || (inlineIds.indexOf('ALL') != -1 && removedIds.indexOf(id) == -1)) { element.prop('checked', true);
|
if(inlineIds.indexOf(id) != -1 || (inlineIds.indexOf('ALL') != -1 && removedIds.indexOf(id) == -1)) { element.prop('checked', true);
|
var post = element.parents('.post_content');
| var post = element.parents('.post');
|
var thread = element.parents('.inline_row'); var fieldset = element.parents('fieldset'); if(post.length)
| var thread = element.parents('.inline_row'); var fieldset = element.parents('fieldset'); if(post.length)
|
Zeile 56 | Zeile 56 |
---|
else { element.prop('checked', false);
|
else { element.prop('checked', false);
|
var post = element.parents('.post_content');
| var post = element.parents('.post');
|
var thread = element.parents('.inline_row'); if(post.length) {
| var thread = element.parents('.inline_row'); if(post.length) {
|
Zeile 131 | Zeile 131 |
---|
} } }
|
} } }
|
var post = element.parents('.post_content');
| var post = element.parents('.post');
|
var thread = element.parents('.inline_row'); if(post.length) {
| var thread = element.parents('.inline_row'); if(post.length) {
|
Zeile 162 | Zeile 162 |
---|
allSelectedRow.hide(); } }
|
allSelectedRow.hide(); } }
|
var post = element.parents('.post_content');
| var post = element.parents('.post');
|
var thread = element.parents('.inline_row'); if(post.length) {
| var thread = element.parents('.inline_row'); if(post.length) {
|
Zeile 237 | Zeile 237 |
---|
{ var id = inlineCheck[1]; var changed = (element.prop('checked') != master.prop('checked'));
|
{ var id = inlineCheck[1]; var changed = (element.prop('checked') != master.prop('checked'));
|
element.prop('checked', master.prop('checked'));
| |
|
|
var post = element.parents('.post_content');
| var post = element.parents('.post');
|
var fieldset = element.parents('fieldset'); var thread = element.parents('.inline_row'); if(post.length)
| var fieldset = element.parents('fieldset'); var thread = element.parents('.inline_row'); if(post.length)
|
Zeile 279 | Zeile 278 |
---|
if(changed) {
|
if(changed) {
|
| element.click();
|
if(master.prop('checked') == true) { if(inlineIds.indexOf('ALL') == -1)
| if(master.prop('checked') == true) { if(inlineIds.indexOf('ALL') == -1)
|