Open Ticket
If you can't find a solution to your problems in our knowledgebase, you can submit a ticket by selecting the appropriate department below.
All Enquiries
$(function () {
setNavigation();
});
function setNavigation() {
var path = window.location.pathname;
path = path.replace(/\/$/, "");
path = decodeURIComponent(path);
$(".nav a").each(function () {
var href = $(this).attr('href');
if (path.substring(0, href.length) === href) {
$(this).closest('li').addClass('active');
}
});
}
If you can't find a solution to your problems in our knowledgebase, you can submit a ticket by selecting the appropriate department below.
All Enquiries