From 5b143ffcd87cdd34f59f33bff3cb68202ee0878c Mon Sep 17 00:00:00 2001 From: AnuKarthig <50081830+AnuKarthig@users.noreply.github.com> Date: Sun, 15 Jun 2025 20:18:06 +0530 Subject: [PATCH] Update custom.js Comment changes --- js/custom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/custom.js b/js/custom.js index afa30b7..eec127b 100644 --- a/js/custom.js +++ b/js/custom.js @@ -13,14 +13,14 @@ $(function () { $('.loader_bg').fadeToggle(); }, 1500); - /* JQuery Menu + /* JQuery Menu option -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ $(document).ready(function () { $('header nav').meanmenu(); }); - /* Tooltip + /* Tooltip option -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ $(document).ready(function () { @@ -369,4 +369,4 @@ $(function () { }); -}); \ No newline at end of file +});