Uninstaller/js/backend.js

6 lines
128 B
JavaScript

/*global $, dotclear */
'use strict';
$(() => {
$('a.uninstall_module_button').parent().find('input.delete').hide();
});