jquery-ui: replace tabs by own implementation

This commit is contained in:
Milan
2021-03-13 16:49:20 +01:00
parent eeb9e6272f
commit 56e4dc91de
7 changed files with 104 additions and 51 deletions

View File

@@ -68,16 +68,7 @@ $(document).ready(
updateWeekdays();
});
$("#tabs").tabs({
activate: function(){
console.log("set style");
$('.tablesorter-scroller-header').css('width','95%');
$('.tablesorter-scroller-table').css('width','95%');
$('.tablesorter-scroller-header table').css('width','95%');
$('.tablesorter-scroller-table table').css('width','95%');
}
});
$('#tabs').removeClass('ui-widget ui-widget-content ui-corner-all');
setTabs('#tabs');
initTextWidth();