File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
# Default settings
9
9
BOOTSTRAP3_DEFAULTS = {
10
10
'jquery_url' : '//code.jquery.com/jquery.min.js' ,
11
- 'base_url' : '//netdna.bootstrapcdn.com/bootstrap/3.2.0 /' ,
11
+ 'base_url' : '//netdna.bootstrapcdn.com/bootstrap/3.3.1 /' ,
12
12
'css_url' : None ,
13
13
'theme_url' : None ,
14
14
'javascript_url' : None ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The ``BOOTSTRAP3`` dict variable is contains these settings and defaults:
18
18
'jquery_url': '//code.jquery.com/jquery.min.js',
19
19
20
20
# The Bootstrap base URL
21
- 'base_url': '//netdna.bootstrapcdn.com/bootstrap/3.2.0 /',
21
+ 'base_url': '//netdna.bootstrapcdn.com/bootstrap/3.3.1 /',
22
22
23
23
# The complete URL to the Bootstrap CSS file (None means derive it from base_url)
24
24
'css_url': None,
You can’t perform that action at this time.
0 commit comments