Skip to content

Commit

Permalink
Append noinfo message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-En Wu committed Oct 20, 2012
1 parent ce0066d commit fec09f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extension/scripts/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,10 @@ $(document).ready(function() {
remove_screen_mask();
$('.yhack_loading').fadeOut(500);
$('.yhack_loading_main').fadeOut(500);

var msg = '<div class="yhack_noinfo">查無相關資訊</div>';
$('.yhack_loading').after(msg);
$('.yhack_loading_main').after(msg);
});
}

Expand Down
4 changes: 4 additions & 0 deletions extension/styles/yhack.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
margin: 3px 0 5px;
}

.yhack_noinfo{
margin: 0 5px;
}

/*
pages.yhack_facebook_img
*/
Expand Down

0 comments on commit fec09f5

Please sign in to comment.