forked from leftypol/leftypol
quick-reply.js and oekaki.js interoperation fix
This commit is contained in:
parent
65a0e133d4
commit
3af05ed55b
2 changed files with 6 additions and 1 deletions
|
@ -232,6 +232,11 @@ var show_quick_reply = function(){
|
|||
$td.removeAttr('colspan');
|
||||
}
|
||||
}
|
||||
|
||||
// Remove oekaki if existent
|
||||
if ($(this).is('#oekaki')) {
|
||||
$(this).remove();
|
||||
}
|
||||
|
||||
// Remove mod controls, because it looks shit.
|
||||
if ($td.find('input[type="checkbox"]').length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue