Made hamburger menu interactive

This commit is contained in:
Aravind142857
2023-06-28 02:19:16 -05:00
parent 7c3e347e8c
commit 4d4bcd4368
5 changed files with 452 additions and 161 deletions

View File

@@ -76,7 +76,7 @@ function validate() {
// /* Flag */
// }
let valid = true;
const domainExp = new RegExp("^http(s)*:\\/\\/[a-zA-Z0-9\\-]+(\\.[a-zA-Z0-9\\-]+)+$");
const domainExp = new RegExp("^http(s)*:\\/\\/[a-zA-Z0-9\\-]+(\\.[a-zA-Z0-9\\-]+)+[\\/_#a-zA-Z0-9\\-]*$");
const filepathExp = new RegExp("^[a-zA-Z]+$");
const glinkExp = new RegExp("^[a-zA-Z]*$");
let glinkStr = glink.value;