loader for bs3

This commit is contained in:
vitalets
2013-08-31 10:41:38 +04:00
parent 5c5a24b86b
commit 0c1ea90005
2 changed files with 42 additions and 20 deletions

@ -41,7 +41,7 @@ require(["loader", jqurl], function(loader) {
var custom;
switch(params.f) {
case 'bootstrap':
case 'bootstrap2':
custom = ['test/unit/datefield',
'test/unit/date',
'test/unit/datetimefield',
@ -50,6 +50,17 @@ require(["loader", jqurl], function(loader) {
'test/unit/typeahead'
];
break;
case 'bootstrap3':
custom = [
'test/unit/datefield',
'test/unit/date',
'test/unit/datetimefield',
'test/unit/datetime'
//'test/unit/wysihtml5'
//'test/unit/typeahead'
];
break;
default:
custom = ['test/unit/dateuifield', 'test/unit/dateui'];