I have a problem creating a website. I use chrome to debug javascript functions. On one of my pages, I see the following:

You can see my own javascript file is running, search.js . There is a duplicate of this file called VM1769 . This file also executes the same code, so a search request is sent twice.
I searched around and saw someone solve this problem by disabling the cache (while DevTools is open), but this did not work for me. I tried another version of Chrome, the problem is still here.
Anyone have a solution?
Inigo source
share