Skip to content

Commit

Permalink
add loading gif
Browse files Browse the repository at this point in the history
  • Loading branch information
qichunren committed Jun 13, 2012
1 parent 4f30d80 commit c969cfa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added images/loading1.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions javascripts/popup.js
Expand Up @@ -11,6 +11,7 @@ $(document).ready(function(){
dataType: "json",
success: function(data) {
fillContent(data);
$("#loading").hide();
}
});

Expand Down
2 changes: 1 addition & 1 deletion popup.html
Expand Up @@ -9,7 +9,7 @@
<body style="width:470px;">
<header><div id="notify" class="pull-right">提醒</div>Ruby China社区</header>


<div id="loading"><img src="images/loading1.gif"></div>
<div id="topics" class="topics">
</div>

Expand Down

0 comments on commit c969cfa

Please sign in to comment.