forked from leftypol/leftypol
remove mod controls from quick reply, looks shit
This commit is contained in:
parent
841dbaef90
commit
af657bc6e7
1 changed files with 5 additions and 0 deletions
|
@ -122,6 +122,11 @@ var show_quick_reply = function(){
|
||||||
$td.find('input[name="file_url"]').removeAttr('id');
|
$td.find('input[name="file_url"]').removeAttr('id');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove mod controls, because it looks shit.
|
||||||
|
if ($td.find('input[type="checkbox"]').length) {
|
||||||
|
$(this).remove();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue