mirror of https://github.com/Cysharp/UniTask
3 lines
95 B
JavaScript
3 lines
95 B
JavaScript
|
$(function () {
|
||
|
$('table').removeClass('table-bordered table-striped table-condensed');
|
||
|
});
|