briangonzalez / jquery.adaptive-backgrounds.js

🦎 A jQuery plugin for extracting the dominant color from images and applying the color to their parent.
http://briangonzalez.github.io/jquery.adaptive-backgrounds.js/
6.53k stars 454 forks source link

Call to adaptiveBackground.run is causing page to load (GET) a not found resource #32

Closed taboca closed 9 years ago

taboca commented 9 years ago

Hi, I just noticed that if I disable the following:

     $.adaptiveBackground.run();

It stops giving me an error related to a resource being queried against the localhost. In other words, there is an HTTP get being issued. This seems not to be entirely related to the adaptiveBackground. It seems that the adaptive's run is kicking something which is making my app to make that call — I wonder if you have an idea or if you can add a bit on what adaptiveBackground.run does.

briangonzalez commented 9 years ago

Fixed via: https://github.com/briangonzalez/jquery.adaptive-backgrounds.js/commit/22c02cf30c32cff7a638e768c383eb24f71490b5