Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbabitski authored Nov 17, 2024
1 parent eea0bef commit 5fd3871
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2>iOS Demo Apps</h2>
</div>
</div>

<!-- IDV Tab Content -->
<!-- IDV Tab Content
<div id="idv" class="tab-content">
<div class="app-container">
<div class="app-header">
Expand All @@ -149,9 +149,9 @@ <h2>iOS Demo Apps</h2>
<p id="idv-description" class="app-description"></p>
<a href="itms-services://?action=download-manifest&amp;url=https://transmitsecurity.github.io/ios-demo-apps/Apps/IDV/manifest.plist" class="download-button">Install App</a>
</div>
</div>
</div> -->

<!-- DRS Tab Content -->
<!-- DRS Tab Content
<div id="drs" class="tab-content">
<div class="app-container">
<div class="app-header">
Expand All @@ -161,9 +161,9 @@ <h2>iOS Demo Apps</h2>
<p id="drs-description" class="app-description"></p>
<a href="itms-services://?action=download-manifest&amp;url=https://transmitsecurity.github.io/ios-demo-apps/Apps/DRS/manifest.plist" class="download-button">Install App</a>
</div>
</div>
</div> -->

<!-- Authentication Tab Content -->
<!-- Authentication Tab Content
<div id="authentication" class="tab-content">
<div class="app-container">
<div class="app-header">
Expand All @@ -173,7 +173,7 @@ <h2>iOS Demo Apps</h2>
<p id="authentication-description" class="app-description"></p>
<a href="itms-services://?action=download-manifest&amp;url=https://transmitsecurity.github.io/ios-demo-apps/Apps/Authentication/manifest.plist" class="download-button">Install App</a>
</div>
</div>
</div> -->

<script>
function openTab(event, tabName) {
Expand Down Expand Up @@ -205,8 +205,9 @@ <h2>iOS Demo Apps</h2>
const xmlDoc = parser.parseFromString(xmlText, "application/xml");

// Initialize version and title
let version = "Unknown";
let title = "Unknown";
let version = "--";
let title = "--";
let description = "";

// Extract bundle-version
const keys = xmlDoc.getElementsByTagName("key");
Expand Down

0 comments on commit 5fd3871

Please sign in to comment.