diff --git a/docs/www/assets/js/main.js b/docs/www/assets/js/main.js index 5a97b1b1d..1a7837489 100644 --- a/docs/www/assets/js/main.js +++ b/docs/www/assets/js/main.js @@ -32,7 +32,7 @@ function logSwap(itemIndex, show) { function defaultTab(item) { var hrefPart = document.location.href.split('#')[1]; - + if(hrefPart == undefined) { hrefPart = item; } @@ -93,14 +93,14 @@ function thankYou() { var afterSepa = '{2}' var hostname = window.location.hostname; - + switch(hostname) { case 'minimal.idzona.com' : { html += sepa; html += afterSepa.replace("{1}", 'microweber.com').replace("{2}", 'Microweber CMS'); footerDiv.innerHTML = html; - + break; } case 'skamilinux.hu' : { @@ -135,6 +135,22 @@ function thankYou() { break; } + case 'linux.idzona.com' : { + document.getElementById('hm5').style.display="none"; + + document.getElementById('dl2').style.display="none"; + document.getElementById('dl5').style.display="none"; + document.getElementById('dl6').style.display="none"; + + document.getElementById('gh1').style.display="none"; + + html += sepa; + html += 'Development website - may not be fully functional.'; + + footerDiv.innerHTML = html; + + break; + } default: { if(hostname != "") { html += sepa;