Skip to content

Prevent unnecessary ajax calls

Compare
Choose a tag to compare
@cbaxter713 cbaxter713 released this 17 May 16:45
· 3 commits to master since this release

If there are multiple inline-svg image instances on the page with the same src, load the svg content for those images on a single ajax call, instead of making many ajax calls.