From 4e81233ac9d0749677bce1e505ddc464709a4b98 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Mar 2021 18:10:23 +0300 Subject: make description clickable in plugin list row --- js/PrefHelpers.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'js/PrefHelpers.js') diff --git a/js/PrefHelpers.js b/js/PrefHelpers.js index 8a5c5857e..cd831d4d0 100644 --- a/js/PrefHelpers.js +++ b/js/PrefHelpers.js @@ -368,15 +368,16 @@ const Helpers = { // only user-enabled actually counts in the checkbox when saving because system plugin checkboxes are disabled (see below) container.innerHTML += ` -
  • +
  • -
    - ${plugin.description} -
    ${plugin.is_system ? App.FormFields.button_tag(App.FormFields.icon("security"), "", -- cgit v1.2.3-54-g00ecf