aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/downloads/get/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index 8f10eece9..62674f79d 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -300,7 +300,7 @@ gpg: There is no indication that the signature belongs to the owner.
</div>
<!-- alternative mirrors table -->
- <table class="dlt2 dlinfo table table-sm table-bordered table-striped" id="other_mirrors" style="display: none;">
+ <table class="dlt2 dlinfo table table-sm table-bordered table-striped" id="om" style="display: none;">
<thead class="thead-inverse"><tr><th><?php _g('Country'); ?></th>
<th><?php _g('City'); ?></th>
<th><?php _g('Download mirrors'); ?></th></tr></thead>
@@ -349,7 +349,7 @@ gpg: There is no indication that the signature belongs to the owner.
<?php echo common_footer($locale); ?>
<script>
document.getElementById("other_mirrors_btn").onclick = function () {
- var el = document.getElementById("other_mirrors");
+ var el = document.getElementById("om");
el.style.display = (el.style.display != 'none' ? 'none' : '' );
};