diff options
Diffstat (limited to '_site/genuine-installation-media.html')
| -rw-r--r-- | _site/genuine-installation-media.html | 41 |
1 files changed, 19 insertions, 22 deletions
diff --git a/_site/genuine-installation-media.html b/_site/genuine-installation-media.html index 07417ef..5d7ca2e 100644 --- a/_site/genuine-installation-media.html +++ b/_site/genuine-installation-media.html @@ -13,7 +13,7 @@ <title>genuine-installation-media</title>
-<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
+<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
@@ -132,11 +132,15 @@ $(document).ready(function () { href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
- // mark it active
- menuAnchor.tab('show');
-
- // if it's got a parent navbar menu mark it active as well
- menuAnchor.closest('li.dropdown').addClass('active');
+ // mark the anchor link active (and if it's in a dropdown, also mark that active)
+ var dropdown = menuAnchor.closest('li.dropdown');
+ if (window.bootstrap) { // Bootstrap 4+
+ menuAnchor.addClass('active');
+ dropdown.find('> .dropdown-toggle').addClass('active');
+ } else { // Bootstrap 3
+ menuAnchor.parent().addClass('active');
+ dropdown.addClass('active');
+ }
// Navbar adjustments
var navHeight = $(".navbar").first().height() + 15;
@@ -165,8 +169,8 @@ $(document).ready(function () { border-radius: 4px;
}
-.tabset-dropdown > .nav-tabs > li.active:before {
- content: "";
+.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
+ content: "\e259";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
@@ -174,16 +178,9 @@ $(document).ready(function () { }
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
- content: "";
- border: none;
-}
-
-.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
- content: "";
+ content: "\e258";
font-family: 'Glyphicons Halflings';
- display: inline-block;
- padding: 10px;
- border-right: 1px solid #ddd;
+ border: none;
}
.tabset-dropdown > .nav-tabs > li.active {
@@ -406,8 +403,8 @@ div.tocify { <p>All download links leads to genuine files only.</p>
<table>
<colgroup>
-<col width="51%" />
-<col width="48%" />
+<col width="40%" />
+<col width="60%" />
</colgroup>
<thead>
<tr class="header">
@@ -420,7 +417,7 @@ div.tocify { <td align="left">Windows 11/10/8.1</td>
<td align="left"><a
href="https://www.microsoft.com/software-download">Link1</a> - <a
-href="https://eraseyourknees.github.io/msdl/">Link2</a></td>
+href="https://ave9858.github.io/msdl/">Link2</a></td>
</tr>
<tr class="even">
<td align="left">Windows 7</td>
@@ -433,8 +430,8 @@ href="https://isofiles.bd581e55.workers.dev/Windows%207/">Link2</a></td> <td align="left"><a
href="https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/">Link1</a>
- <a href="https://stuff.mtt-m1.workers.dev/Windows%2010/">Link2</a> -
-<a
-href="https://isofiles.bd581e55.workers.dev/Windows%2010/">Link3</a></td>
+<a href="https://isofiles.bd581e55.workers.dev/Windows%2010/">Link3</a>
+(Refresh if it doesn’t load)</td>
</tr>
<tr class="even">
<td align="left"><strong>Office</strong></td>
|
