diff --git a/core/modules/views/views_ui/js/views-admin.js b/core/modules/views/views_ui/js/views-admin.js index 20e6ebf..435ec33 100644 --- a/core/modules/views/views_ui/js/views-admin.js +++ b/core/modules/views/views_ui/js/views-admin.js @@ -1106,8 +1106,8 @@ Drupal.behaviors.handlerRemoveLink.attach = function(context) { }); /** - * Here is to handle display deletion - * (checking in the hidden checkbox and hiding out the row) + * Handle display deletion by looking for the hidden checkbox and hiding the + * row. */ jQuery('a.display-remove-link', context) .addClass('display-processed')