From: Zac Echola Date: Thu, 20 Aug 2015 14:00:59 +0000 (-0500) Subject: Add jquery cdn link X-Git-Tag: v4.0.0-alpha.2~513^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc0e1bccd09568be1d1306b1ddb9aabf3c8fa98;p=thirdparty%2Fbootstrap.git Add jquery cdn link --- diff --git a/_config.yml b/_config.yml index c4840edad8..b0b4019b78 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