 core/modules/ckeditor/js/ckeditor.admin.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/ckeditor/js/ckeditor.admin.js b/core/modules/ckeditor/js/ckeditor.admin.js
index 8295c2a..804a373 100644
--- a/core/modules/ckeditor/js/ckeditor.admin.js
+++ b/core/modules/ckeditor/js/ckeditor.admin.js
@@ -525,7 +525,7 @@ Drupal.behaviors.ckeditorAdminButtonPluginSettings = {
     var $ckeditorPluginSettings = $context.find('#ckeditor-plugin-settings').once('ckeditor-plugin-settings');
     if ($ckeditorPluginSettings.length) {
       // Hide all button-dependent plugin settings initially.
-      $ckeditorPluginSettings.find('[data-ckeditor-plugin-id]').each(function () {
+      $ckeditorPluginSettings.find('[data-ckeditor-buttons]').each(function () {
         var $this = $(this);
         if ($this.data('verticalTab')) {
           $this.data('verticalTab').tabHide();
