How to figure out which JS file are binding for the global navigation

sns 9,246 Reputation points
2021-09-13T17:25:52.643+00:00

131639-capture.pngHow to figure out which JS file are binding for the global navigation for the highlighted with red color in the attached screenshot,
I could find JS file for the first line, but not able to find for second line which is highlighted with red color .

Please suggest possible options. Thank you.

131657-capture.png

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,677 questions
0 comments No comments
{count} votes

Accepted answer
  1. JoyZ 18,111 Reputation points
    2021-09-14T02:25:01.91+00:00

    @sns ,

    Where did you put the code in? content editor web part or others?

    Normally, we can find the relevant js file at the top of the code, as shown below(the src of the JS file is where you can find it):

    <script src="/Style Library/Mavention/Mavention.GlobalNavigation.js"></script>  
    

    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.