From 643dd8260d273996189258c98f6cc1add2ce5640 Mon Sep 17 00:00:00 2001 From: Andrew Chernous Date: Mon, 13 Jul 2015 19:06:12 +0300 Subject: [PATCH] regression_views --- core/modules/views/views.theme.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/views/views.theme.inc b/core/modules/views/views.theme.inc index fbe962e..e93dba1 100644 --- a/core/modules/views/views.theme.inc +++ b/core/modules/views/views.theme.inc @@ -53,6 +53,7 @@ function template_preprocess_views_view(&$variables) { // drupalSettings and the DIV wrapper. $variables['dom_id'] = $view->dom_id; } + $variables['#attached']['library'] = 'views/views.module'; } /** -- 1.9.5.msysgit.0