Skip to content

Commit

Permalink
refs #4053 prevent blank content is displayed after closing the popov…
Browse files Browse the repository at this point in the history
…er in admin
  • Loading branch information
tsteur committed Sep 21, 2013
1 parent 98f04d0 commit 745774c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/CoreHome/javascripts/broadcast.js
Expand Up @@ -155,7 +155,8 @@ var broadcast = {
} else {
// start page
Piwik_Popover.close();
$('#content').empty();

$('#content:not(.admin)').empty();
}
},

Expand Down

0 comments on commit 745774c

Please sign in to comment.