Luca Parisio 1 år sedan
förälder
incheckning
cb4a943fc7

+ 0 - 1
resources/views/livewire/course_list.blade.php

@@ -705,7 +705,6 @@
                         totals.split("_").forEach(function (item)
                         {
                             var x = item.split("§");
-                            console.log(x);
                             if (x[1] != undefined)
                                 api.column(x[0]).footer().innerHTML = x[1];
                             else

+ 2 - 2
resources/views/livewire/member.blade.php

@@ -2394,8 +2394,8 @@
                     "url": "/assets/js/Italian.json"
                 },
                 "fnInitComplete": function (oSettings, json) {
-                    var html = '&nbsp;<a href="#" class="showHideFilter btn--ui"><i class="fa-solid fa-sliders"></i></a>';
-                    html += '&nbsp;<a href="#" class="addData btn--ui"><i class="fa-solid fa-plus"></i></a>';
+                    var html = '&nbsp;<a style="cursor:pointer" class="showHideFilter btn--ui"><i class="fa-solid fa-sliders"></i></a>';
+                    html += '&nbsp;<a  style="cursor:pointer" class="addData btn--ui"><i class="fa-solid fa-plus"></i></a>';
                     $(".dt-search").append(html);
                 }
             });

+ 1 - 1
routes/web.php

@@ -769,7 +769,7 @@ Route::group(['middleware' => 'auth'],function(){
             $str .= "<a style='width:100%;float:right; text-align:right; display:block;' class=orange><small>" . (isset($totalIsc["N"]) ? formatPrice($totalIsc["N"]) : 0) . "</small></a><br>";
             $str .= "<a style='width:100%;float:right; text-align:right; display:block;' class=yellow><small>0</small></a><br>";
         }
-        $js .= "2§" . $str . "_";
+        $js .= "§§" . $str . "_";
         $str = "";
         foreach($totals as $z => $t)
         {