Parcourir la source

Patients list - grid by default

Vijayakrishnan il y a 3 ans
Parent
commit
30f549a3bd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      resources/views/app/admin/patients-table-extended.blade.php

+ 1 - 1
resources/views/app/admin/patients-table-extended.blade.php

@@ -406,7 +406,7 @@
                     return false;
                 });
 
-            if(localStorage.adminPatientsTableFormat === 'grid') {
+            if(localStorage.adminPatientsTableFormat !== 'regular') {
                 $('#admin-patients-list-extended>table').addClass('stag-compact-grid');
             }
             else {