From b0704e26fcd55ae2402222ef705b2c201b06045a Mon Sep 17 00:00:00 2001 From: mayx Date: Thu, 3 Apr 2025 14:38:40 +0000 Subject: Update 6 files - /js/main.js - /search.html - /_layouts/default.html - /_layouts/post.html - /_includes/anchor_headings.html - /_config.yml--- js/main.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'js/main.js') diff --git a/js/main.js b/js/main.js index 72c46a0..f4b2a99 100644 --- a/js/main.js +++ b/js/main.js @@ -42,16 +42,8 @@ $(function () { }); $(function() { - function getQueryVariable(variable){ - var query = window.location.search.substring(1); - var vars = query.split("&"); - for (var i=0;i