Skip to content

Commit

Permalink
Fix Standalone Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
4itor committed Jul 16, 2024
1 parent 327a91c commit b384250
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@
];
addIcons(initialCatalog);

if(isStandalone()) {
console.log('Standalone Mode!')
}

// Inicializar filtro y selector
let selectedPos = 0;
let filterText = '';
Expand Down

0 comments on commit b384250

Please sign in to comment.