diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-06-09 00:33:32 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-06-09 00:33:32 +0200 |
commit | 3a5c68fd37579ef7fae8114f16be2b53947c0135 (patch) | |
tree | bee5e3eaf4c2eb684d3500350fec96df5ac6c805 /application/views/footer.php | |
parent | 51ebe79aa0fc50df691f442a73e3ac34a08179a0 (diff) |
update to bootstrap 2.3.2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/footer.php')
-rw-r--r-- | application/views/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/footer.php b/application/views/footer.php index 1e3866ad0..367322071 100644 --- a/application/views/footer.php +++ b/application/views/footer.php @@ -6,7 +6,7 @@ if (is_cli_client() && !isset($force_full_html)) { </div> <?php echo include_js("/data/js/jquery-1.8.2.min.js"); ?> <?php echo include_js("/data/js/jquery-ui-1.8.23.custom.min.js"); ?> -<?php echo include_js("/data/js/bootstrap-2.1.1.min.js"); ?> +<?php echo include_js("/data/js/bootstrap-2.3.2.min.js"); ?> <?php echo include_js("/data/js/script.js"); ?> <?php echo include_registered_js(); ?> </body> |