diff --git a/help/index.html b/help/index.html index 4e1b156885de2628cd7be1305715e9336a840f58..2f553fc715e48e1c596d425a9218d522730ee517 100644 --- a/help/index.html +++ b/help/index.html @@ -34,10 +34,10 @@
@@ -54,7 +54,7 @@
@@ -71,7 +71,7 @@
diff --git a/js/headfoot.js b/js/headfoot.js index 6d9b19e74881491a5356853183318ba28f82c246..90337f687bae9566b17c9bf09ec52c31d9476267 100755 --- a/js/headfoot.js +++ b/js/headfoot.js @@ -99,6 +99,9 @@ function head() { headlink.id="navbarDropdown" + j; headlink.classList.add('nav-link'); headlink.setAttribute("role", "button"); + if(menu[j].link =="/help/"){ // if help open in new tab + headlink.setAttribute("target", "_blank"); + } if(itemtype=='dropdown'){ headitem.classList.add("dropdown"); headlink.classList.add('dropdown-toggle');