better placement when multiple buttons from others plugins
This commit is contained in:
parent
6f5e6f42b3
commit
dce3e1c094
@ -2,5 +2,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
$(() => {
|
$(() => {
|
||||||
$('a.uninstall_module_button').parent().find('input.delete').hide();
|
$('a.uninstall_module_button').each(function () {
|
||||||
|
$(this).parent().find('input.delete').replaceWith($(this));
|
||||||
|
});
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user