Skip to content

Commit

Permalink
Issue #6419: Remove attempt to add non-existent html5shiv.
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn committed Mar 13, 2024
1 parent 1343983 commit 5702200
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/includes/common.inc
Expand Up @@ -4702,7 +4702,6 @@ function backdrop_add_js($data = NULL, $options = NULL) {
// Register all required libraries.
backdrop_add_library('system', 'jquery', TRUE);
backdrop_add_library('system', 'jquery.once', TRUE);
backdrop_add_library('system', 'html5shiv', TRUE);
}

switch ($options['type']) {
Expand Down

0 comments on commit 5702200

Please sign in to comment.