diff --git a/views_autorefresh.rules.inc b/views_autorefresh.rules.inc
index 3cdc787..c3a8647 100644
--- a/views_autorefresh.rules.inc
+++ b/views_autorefresh.rules.inc
@@ -54,12 +54,7 @@ function views_autorefresh_get_nodejs_views() {
         // Show all displays except default and the secondary one
         // because we don't know which one needs to be notified.
         foreach ($view->display as $id2 => $display2) {
-          if (
-            $display2->display_plugin != 'default' &&
-            $id2 != $display->display_options['header']['autorefresh']['display']
-          ) {
-            $eligible_views[$view->name . '-' . $id2] = $view->human_name . ' - ' . $display2->display_title;
-          }
+          $eligible_views[$view->name . '-' . $id2] = $view->human_name . ' - ' . $display2->display_title;
         }
         break;
       }
