Uninstaller/js/backend.js

6 lines
128 B
JavaScript
Raw Normal View History

2023-04-15 15:38:25 +00:00
/*global $, dotclear */
'use strict';
$(() => {
$('a.uninstall_module_button').parent().find('input.delete').hide();
2023-04-15 15:38:25 +00:00
});