Update to yiistrap BS3
This commit is contained in:
parent
d7a3073a5a
commit
38b9c67d11
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "www/protected/extensions/bootstrap"]
|
||||
path = www/protected/extensions/bootstrap
|
||||
url = https://github.com/crisu83/yiistrap.git
|
15670
framework/web/js/source/jquery.js
vendored
15670
framework/web/js/source/jquery.js
vendored
File diff suppressed because it is too large
Load Diff
6
framework/web/js/source/jquery.min.js
vendored
6
framework/web/js/source/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
@ -36,6 +36,7 @@ return ArrayX::merge(
|
||||
'application.components.extendedgitgraph.*',
|
||||
'application.components.parsedown.*',
|
||||
'bootstrap.components.*',
|
||||
'bootstrap.form.*',
|
||||
'bootstrap.behaviors.*',
|
||||
'bootstrap.helpers.*',
|
||||
'bootstrap.widgets.*',
|
||||
@ -60,6 +61,7 @@ return ArrayX::merge(
|
||||
'bootstrap' =>
|
||||
[
|
||||
'class' => 'bootstrap.components.TbApi',
|
||||
'cdnUrl'=>"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6",
|
||||
],
|
||||
|
||||
'user' =>
|
||||
|
1
www/protected/extensions/bootstrap
Submodule
1
www/protected/extensions/bootstrap
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 2664cfee6126bbbbaa70632864ccff6d0f030575
|
Loading…
Reference in New Issue
Block a user