|
@@ -29,7 +29,7 @@
|
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <table class="table table-striped table-sm table-bordered">
|
|
|
+ <table class="table table-striped table-sm table-bordered mb-0">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
{{--<th class="px-2 text-secondary">Category</th>--}}
|
|
@@ -131,7 +131,7 @@
|
|
|
});
|
|
|
});
|
|
|
}
|
|
|
- addMCInitializer('patient-single', init);
|
|
|
+ addMCInitializer('patient-dx-list', init);
|
|
|
})();
|
|
|
</script>
|
|
|
@endsection
|