Working : Update to bootstrap3 + Delete js filter for the moment
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 212 B |
|
Before Width: | Height: | Size: 230 B |
|
Before Width: | Height: | Size: 335 B |
|
Before Width: | Height: | Size: 332 B |
|
Before Width: | Height: | Size: 203 B |
|
Before Width: | Height: | Size: 364 B |
|
Before Width: | Height: | Size: 349 B |
|
Before Width: | Height: | Size: 366 B |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
@@ -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){
|
||||
|
||||