Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Make loadingPanel singleton to avoid conflict in search and editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Oct 2, 2012
1 parent e42c959 commit a186493
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ public LoadingPanel(final WebTransMessages messages, final Resources resources)

public void center(String text)
{
if(isShowing())
if (!isShowing())
{
hide();
}
Expand Down

0 comments on commit a186493

Please sign in to comment.