Working : Update to bootstrap3 + Delete js filter for the moment

This commit is contained in:
mespeche
2013-09-04 17:09:59 +02:00
parent b9577e87e3
commit 7362a5a93b
21 changed files with 67 additions and 1248 deletions

View File

@@ -4,16 +4,16 @@
// -- Init datepicker --
if($('.date').length){
$('.date').datepicker();
//$('.date').datepicker();
}
// -- Init tablesorter --
if($('.tablesorter').length){
/*if($('.tablesorter').length){
$('.tablesorter').tablesorter({
widgets: ["filter", "stickyHeaders"],
widthFixed : false,
widgetOptions : {
filter_cssFilter : 'input-medium',
filter_cssFilter : 'input-medium form-control',
filter_formatter : {
2 : function($cell, indx){
@@ -38,7 +38,7 @@
}
}
});
}
}*/
// -- Effect description
if($('[name=effect]').length){