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