From b18ad406786708dc4b4d1426fe7a751828cd16c1 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Thu, 16 May 2013 09:12:54 +0100 Subject: [PATCH] Issue #1993350 by nod_: Don't add modernizr everywhere. --- core/includes/theme.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 150c9a352695..85ca1fad006f 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -2946,7 +2946,6 @@ function template_process_page(&$variables) { */ function template_process_html(&$variables) { drupal_add_library('system', 'html5shiv', TRUE); - drupal_add_library('system', 'modernizr', TRUE); // Render page_top and page_bottom into top level variables. $variables['page_top'] = drupal_render($variables['page']['page_top']); $variables['page_bottom'] = drupal_render($variables['page']['page_bottom']); -- GitLab