Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2021-02-19 02:13:46 +0300
committerEvan Read <eread@gitlab.com>2021-02-19 02:13:46 +0300
commitf5efc1d829412ca4d00f239020cef6a80a3387f0 (patch)
treeec7a6c45bfb9539cb2701a7deb6edf67d6b9a913 /layouts
parentb79fa494b49f61a2c8706fe55592489381d2110e (diff)
parentecee157c5adb5a31f780f9447b36a044456a013a (diff)
Merge branch 'eligrey-classlist-js-polyfill-1.2.20180112' into 'master'
Update classList.js polyfill to 1.2.20180112 with use of CDN See merge request gitlab-org/gitlab-docs!1542
Diffstat (limited to 'layouts')
-rw-r--r--layouts/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/head.html b/layouts/head.html
index de34bdfd..d448e6b2 100644
--- a/layouts/head.html
+++ b/layouts/head.html
@@ -55,7 +55,7 @@
<meta name="google-site-verification" content="nwo1bVaU0t9TZxZyM-aOI6-CofaH9GRL-uBPbdREWgc" /> <!-- Suzanne Selhorn -->
<% end %>
-<script async src="<%= @items['/assets/javascripts/classlist-polyfill.*'].path %>"></script>
+<script async src="https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill@1.2.20180112/classList.min.js" integrity="sha256-idm3p7jl0XwymUpIccg6WI96tQmoDR/5DWEsnPnxYU4=" crossorigin="anonymous"></script>
<script async src="<%= @items['/assets/javascripts/closest-polyfill.*'].path %>"></script>
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">