Fixed removing a theme

This commit is contained in:
Flavio Copes
2016-03-10 20:15:07 +01:00
parent c5cc35e138
commit 187b0dfd37

View File

@@ -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);
});