Skip to content

Commit

Permalink
Fixed loading image in widget listing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Monnat committed May 15, 2014
1 parent d81e834 commit f45fde9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/third_party/dashee/js/dashee.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ $(function() {
// Click event to display available widgets listing.
$('a[href="#widgets"]').on('click', function() {
if($('#dashListing').is(':hidden')) {
$('#dashListing .content').html('<p>&nbsp;</p><p><center>Loading...</center></p><p><center><img src="'+$('#dashLoader').attr('src')+'" /></center></p><p>&nbsp;</p>');
$('#dashListing .widgets').html('<p>&nbsp;</p><p><center>Loading...</center></p><p><center><img src="'+$('#dashLoader').attr('src')+'" /></center></p><p>&nbsp;</p>');
$('#dashListing').slideDown();
$.ajax({
type: 'GET',
Expand Down
Loading

0 comments on commit f45fde9

Please sign in to comment.