diff --git a/themes/grav/app/themes/index.js b/themes/grav/app/themes/index.js index 4e474579..a559beec 100644 --- a/themes/grav/app/themes/index.js +++ b/themes/grav/app/themes/index.js @@ -11,7 +11,7 @@ $(document).on('mousedown', '[data-remodal-target="theme-switch-warn"]', (event) }); // Removing theme -$(document).on('click', '[data-theme-action="remove-theme"]', (event) => { +$(document).on('click', '[data-theme-action="remove-package"]', (event) => { packages.handleRemovingPackage('theme', event); });