diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-20 16:08:25 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-20 16:08:25 +0200 |
| commit | 761364f64fcbf50be7708d7ec15a9d1335c37523 (patch) | |
| tree | 28ba5beeed603c8eb06f1cb57496458f98e30818 | |
| parent | b591d232a6bf3f830daee4bf40f47e76f8ec66be (diff) | |
| parent | 0cc0e1bccd09568be1d1306b1ddb9aabf3c8fa98 (diff) | |
| download | bootstrap-761364f64fcbf50be7708d7ec15a9d1335c37523.tar.xz bootstrap-761364f64fcbf50be7708d7ec15a9d1335c37523.zip | |
Merge pull request #17132 from zacechola/jquery_cdn_link
Add jquery cdn link
| -rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index c4840edad..b0b4019b7 100644 --- a/_config.yml +++ b/_config.yml @@ -39,3 +39,4 @@ cdn: css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js + jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js |
