Skip to content

Commit

Permalink
Fix viewer text mode for single-tab display
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Oct 21, 2024
1 parent d30e0a6 commit 6223663
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/ips/assets/js/renderIPS.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ function prepareSHLContents(contents) {
// Create tabs at the top if more than 1 IPS or if in demo mode
if (shlContents.length > (config.show_demo ? 0 : 1)) {
addTab(`IPS ${i+1}`, i);
} else {
data = { index: "" };
}
// console.log(template);
console.log(data);
Expand Down

0 comments on commit 6223663

Please sign in to comment.