much cleaner way of showing / hiding overlay

This commit is contained in:
John McLear 2013-03-16 17:57:23 +00:00
parent 69a4ab76cf
commit a1d9d27cde
2 changed files with 2 additions and 15 deletions

View file

@ -76,7 +76,6 @@ var padconnectionstatus = (function()
},
isFullyConnected: function()
{
padmodals.hideOverlay();
return status.what == 'connected';
},
getStatus: function()