From 187b0dfd37fae8622ebb4d2c3304dcca7fb77cdb Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Thu, 10 Mar 2016 20:15:07 +0100 Subject: [PATCH] Fixed removing a theme --- themes/grav/app/themes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });