diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 5796153265..85efe45e3d 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -126,7 +126,7 @@ $("#group-btn-group > .btn").click(function(){ $(this).addClass("active").siblings().removeClass("active"); - chartGropuBy = $(this).text(); + chartGropuBy = $(this).attr('data-button'); loadData(); }); @@ -182,9 +182,9 @@ @endif
- - - + + +