Created
March 31, 2021 22:05
-
-
Save sylus/e896de1b59030027b78296c6605d1b95 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From ebf0c66e5295fffcb93b89600740746ff4110baf Mon Sep 17 00:00:00 2001 | |
From: William Hearn <[email protected]> | |
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