Commit dd70ebb5 authored by Leo Iannacone's avatar Leo Iannacone

external libs: update to bootstrap 3.3.2

parent 0dc24b56
......@@ -127,7 +127,7 @@ function Page_Generic() {
};
this.preferences = function () {
var bootstrap_theme_css = '/external_libs/bootstrap-3.2.0/css/bootstrap-theme.min.css';
var bootstrap_theme_css = '/external_libs/bootstrap-3.3.2/css/bootstrap-theme.min.css';
if (config.preferences.glossy_theme) {
if ($('head').find('link[href="' + bootstrap_theme_css + '"]').length === 0)
$('head').append('<link rel="stylesheet" href="' + bootstrap_theme_css + '">');
......
......@@ -22,7 +22,7 @@ get_github() {
}
get_bootstrap() {
VERSION="3.2.0"
VERSION="3.3.2"
NAME="bootstrap-${VERSION}-dist"
if [ -d "${EXT_LIBS_DIR}/${NAME}" ] ; then return ; fi
ARCHIVE=${NAME}.zip
......@@ -67,7 +67,7 @@ get_jquery
get_tablesorter
# get boostrap
get_github "twbs" "bootstrap" "3.2.0" "dist"
get_github "twbs" "bootstrap" "3.3.2" "dist"
# get chartist
get_github "gionkunz" "chartist-js" "0.7.2" "dist"
......
......@@ -18,7 +18,7 @@
<script src="/external_libs/jquery/jquery-1.11.0.min.js"></script>
<script src="/external_libs/tablesorter/jquery.tablesorter.min.js"></script>
<script src="/external_libs/tablesorter/jquery.tablesorter.widgets.min.js"></script>
<script src="/external_libs/bootstrap-3.2.0/js/bootstrap.min.js"></script>
<script src="/external_libs/bootstrap-3.3.2/js/bootstrap.min.js"></script>
<script src="/external_libs/chartist-js-0.7.2/chartist.min.js"></script>
<script>
......
......@@ -4,8 +4,8 @@
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.png" />
<title><%= web.title %> <%= web.debomatic.architecture %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/external_libs/bootstrap-3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="/external_libs/bootstrap-3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/external_libs/bootstrap-3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="/external_libs/bootstrap-3.3.2/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/external_libs/chartist-js-0.7.2/chartist.min.css">
<link rel="stylesheet" href="/external_libs/tablesorter/theme.bootstrap.css">
<link rel="stylesheet" href="/stylesheets/style.css?<%= version %>">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment