quick-reply.js and oekaki.js interoperation fix
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user