mirror of
https://github.com/itflow-org/itflow
synced 2026-09-12 09:45:13 +00:00
Update Font, Migrated away from JQUERY dependent libs: toastr to bootstrap5 toasts, daterangepicker to flatpickr, select2 to Tom Select, InputMask to IMask
This commit is contained in:
@@ -2,6 +2,6 @@ $(document).ready(function(){
|
||||
// Add class to tables
|
||||
$('div.prettyContent table').addClass('table');
|
||||
|
||||
// Add img-responsive class to img tags
|
||||
// Add img-fluid class to img tags
|
||||
$('div.prettyContent img').addClass('img-fluid');
|
||||
});
|
||||
Reference in New Issue
Block a user