Skip to content

Commit

Permalink
Loading gif file locally to avoid fetching it from non-https web site.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Cinquini committed Dec 29, 2017
1 parent c6d75a4 commit 7ed817a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added cog/static/cog/img/rel_interstitial_loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion cog/templates/cog/common/yui_panels.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
);

YAHOO.cog.waitPanel.setHeader("Please wait...");
YAHOO.cog.waitPanel.setBody('<img src="http://l.yimg.com/a/i/us/per/gr/gp/rel_interstitial_loading.gif" />');
YAHOO.cog.waitPanel.setBody('<img src="/static/cog/img/rel_interstitial_loading.gif" />');
YAHOO.cog.waitPanel.render("myDialog");
}
YAHOO.cog.waitPanel.show();
Expand Down
Binary file added static/cog/img/rel_interstitial_loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ed817a

Please sign in to comment.