Skip to content

Commit

Permalink
Change throbber gif (too similar to 'working' gif), preload it too
Browse files Browse the repository at this point in the history
  • Loading branch information
kopf committed Oct 9, 2012
1 parent a9d9c26 commit 6834fb0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file removed soldash/static/images/ajax-loader.gif
Binary file not shown.
Binary file added soldash/static/images/throbber.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 soldash/static/js/jquery.throbber.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
var defaultOptions = {
ajax: true,
delay: 0,
image: "/static/images/ajax-loader.gif",
image: "/static/images/throbber.gif",
parent: "",
wrap: ""
};
Expand Down
1 change: 1 addition & 0 deletions soldash/templates/base.mako
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
${self.body_footer()}
</div>
${self.footer_js()}
<img src="${url_for('static', filename='images/throbber.gif')}" style="display:none;"/>
</body>
</html>

Expand Down

0 comments on commit 6834fb0

Please sign in to comment.