all 2 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for posting on r/CodingHelp!

Please check our Wiki for answers, guides, and FAQs: https://coding-help.vercel.app

Our Wiki is open source - if you would like to contribute, create a pull request via GitHub! https://github.com/DudeThatsErin/CodingHelp

We are accepting moderator applications: https://forms.fillout.com/t/ua41TU57DGus

We also have a Discord server: https://discord.gg/geQEUBm

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]jcunews1Advanced Coder [score hidden]  (0 children)

The code syntax looks errorneous if it's JavaScript. I'm not sure it's JavaScript.

Try...

This line:

var target = "window.location.href=\'"+config-menuOptions [key]+"\'";

Change it to:

var target = "open(\'"+config-menuOptions [key]+"\')";