Browse Source

removed anchoring

FabioFratini 9 months ago
parent
commit
42e60beac7
1 changed files with 0 additions and 6 deletions
  1. 0 6
      resources/views/livewire/records_in.blade.php

+ 0 - 6
resources/views/livewire/records_in.blade.php

@@ -1396,12 +1396,6 @@
             Livewire.emit('refreshMembers');
         }
 
-        Livewire.on('goToAnchor', () =>
-        {
-            console.log("aaa");
-            window.location.href = "#top";
-        });
-
         function setYear(idx, xxx)
         {
             @this.setYear(idx, xxx);