summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-26 17:33:52 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-26 17:33:52 +0000
commit8a9746867488fc92a905956f0978f3d4c0ff72a0 (patch)
tree8ad5124c06e8b37e6ac754acd78b51088e2c6b91 /includes
parentdf9933c5b019e1bfc9640a878a9061bacadc9cc5 (diff)
downloadwebtrees-8a9746867488fc92a905956f0978f3d4c0ff72a0.tar.gz
webtrees-8a9746867488fc92a905956f0978f3d4c0ff72a0.tar.bz2
webtrees-8a9746867488fc92a905956f0978f3d4c0ff72a0.zip
Upgrade bootstrap from 3.3.1 to 3.3.2.
Diffstat (limited to 'includes')
-rw-r--r--includes/session.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/session.php b/includes/session.php
index c187f7fd7a..9d8a7d5348 100644
--- a/includes/session.php
+++ b/includes/session.php
@@ -51,10 +51,10 @@ define('WT_STATIC_URL', getenv('STATIC_URL')); // We could set this to load our
if (getenv('USE_CDN')) {
// Caution, using a CDN will break support for responsive features in IE8, as respond.js
// needs to be on the same domain as all the CSS files.
- define('WT_BOOTSTRAP_CSS_URL', '//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/css/bootstrap.min.css');
+ define('WT_BOOTSTRAP_CSS_URL', '//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/css/bootstrap.min.css');
define('WT_BOOTSTRAP_DATETIMEPICKER_CSS_URL', '//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.0.0/js/bootstrap-datetimepicker.min.css');
define('WT_BOOTSTRAP_DATETIMEPICKER_JS_URL', '//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.0.0/css/bootstrap-datetimepicker.js');
- define('WT_BOOTSTRAP_JS_URL', '//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js');
+ define('WT_BOOTSTRAP_JS_URL', '//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/js/bootstrap.min.js');
define('WT_BOOTSTRAP_RTL_CSS_URL', '//cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.2.0-rc2/css/bootstrap-rtl.min.css'); // CDNSJ is out of date
define('WT_DATATABLES_BOOTSTRAP_CSS_URL', '//cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/3/dataTables.bootstrap.css');
define('WT_DATATABLES_BOOTSTRAP_JS_URL', '//cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/3/dataTables.bootstrap.js');