diff --git a/css/style.css b/css/style.css index f6a8df4cdfac35e097102719fe72dbd7fc13af41..cfe83df9b73bca25d34f862d350e716c0c9a5205 100644 --- a/css/style.css +++ b/css/style.css @@ -234,4 +234,4 @@ e.g. multipage*/ .progress-wrapper .progress .bar { border: 0 none; margin: 0; -} \ No newline at end of file +} diff --git a/includes/theme.inc b/includes/theme.inc index 3ea5c962dea9853c269f7867e5505f7b9c311eb6..f63e6839215bbc8fd8f0f80af500f1e0bb75c870 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -297,7 +297,7 @@ function bootstrap_js_alter(&$js) { if (module_exists('bootstrap_ui')) { libraries_load('bootstrap', 'minified'); } - + // Replace core progress bar JS with the Bootstrap equivilent. if (isset($js['misc/progress.js']) && !empty($js['misc/progress.js'])) { unset($js['misc/progress.js']);