From 3f447fc833dc91421a89f13312d0a5899f32323a Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 22 Sep 2016 22:41:29 +0300 Subject: [PATCH] Fix for dashboard using translation --- resources/views/dashboard.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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
- - - + + +