I have a problem developing a website. I am using chrome to debug javascript functions. On one of my pages I see the following:
You can see that my own javascript file gets executed, 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 cache (while DevTools is open), but this did not work for me. I tried another version of Chrome, the problem is still here.
Does anyone have a solution?