From 2a46cccc5d0ab18658163b06703a906d86a02b7f Mon Sep 17 00:00:00 2001 From: Valery Date: Tue, 1 Feb 2022 18:22:16 -0500 Subject: [PATCH] header.php - bug fix javascript error href attr # In Console: Uncaught Error: Syntax error, unrecognized expression: # Since bootstrap.js uses the href attr for the selector and # is an invalid javascript selector, I changed the href attr value to "menu". It doesn't matter what it is as long as it's a valid JavaScript selector, since the link's default behavior is prevented. --- common/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/header.php b/common/header.php index 99471f9..e34c056 100644 --- a/common/header.php +++ b/common/header.php @@ -59,7 +59,7 @@