forked from GithubBackups/vichan
quick-reply.js: fix interaction with upload-selection.js
Conflicts: js/quick-reply.js
This commit is contained in:
parent
ec82b09fce
commit
53abbea37c
@ -235,6 +235,16 @@
|
|||||||
$td.removeAttr('colspan');
|
$td.removeAttr('colspan');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove oekaki if existent
|
||||||
|
if ($(this).is('#oekaki')) {
|
||||||
|
$(this).remove();
|
||||||
|
}
|
||||||
|
|
||||||
|
// Remove upload selection
|
||||||
|
if ($(this).is('#upload_selection')) {
|
||||||
|
$(this).remove();
|
||||||
|
}
|
||||||
|
|
||||||
// Remove mod controls, because it looks shit.
|
// Remove mod controls, because it looks shit.
|
||||||
if ($td.find('input[type="checkbox"]').length) {
|
if ($td.find('input[type="checkbox"]').length) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user