Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sylus/e896de1b59030027b78296c6605d1b95 to your computer and use it in GitHub Desktop.
Save sylus/e896de1b59030027b78296c6605d1b95 to your computer and use it in GitHub Desktop.
From ebf0c66e5295fffcb93b89600740746ff4110baf Mon Sep 17 00:00:00 2001
From: William Hearn <sylus1984@gmail.com>
Date: Wed, 31 Mar 2021 18:03:12 -0400
Subject: [PATCH] feat(bootstrap): Disable bootstrap_cdn override
---
profiles/wetkit/themes/wetkit_bootstrap/wetkit_bootstrap.info | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/wetkit/themes/wetkit_bootstrap/wetkit_bootstrap.info b/profiles/wetkit/themes/wetkit_bootstrap/wetkit_bootstrap.info
index 9862039..d389339 100644
--- a/profiles/wetkit/themes/wetkit_bootstrap/wetkit_bootstrap.info
+++ b/profiles/wetkit/themes/wetkit_bootstrap/wetkit_bootstrap.info
@@ -43,7 +43,7 @@ scripts[] = js/wetkit-bootstrap.modules.js
; ========================================
; Settings
; ========================================
-settings[bootstrap_cdn] = ""
+;settings[bootstrap_cdn] = ""
; Information added by drush on 2021-01-29
version = "7.x-4.32+1-dev"
--
2.21.0 (Apple Git-122)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment