mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 09:47:31 +02:00
Fixed removing a theme
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user