File "theme-min.js"
Full Path: /home/u165092617/domains/tadzz.com/public_html/documentation/assets/js/theme-min.js
File size: 476 bytes
MIME-type: text/plain
Charset: utf-8
"use strict";const mobileScreen=window.matchMedia("(max-width: 990px )");$(document).ready(function(){$(".dashboard-nav-dropdown-toggle").click(function(){$(this).closest(".dashboard-nav-dropdown").toggleClass("show").find(".dashboard-nav-dropdown").removeClass("show"),$(this).parent().siblings().removeClass("show")}),$(".menu-toggle").click(function(){mobileScreen.matches?$(".dashboard-nav").toggleClass("mobile-show"):$(".dashboard").toggleClass("dashboard-compact")})});