moved the modal back to the middle, grey out all the edit zone while reconnecting

This commit is contained in:
Jean-Tiare Le Bigot 2012-03-03 16:04:29 +01:00
parent b3904a6497
commit 0a68f06610
3 changed files with 92 additions and 62 deletions

View file

@ -702,6 +702,11 @@ var pad = {
else if (newState == "RECONNECTING")
{
padconnectionstatus.reconnecting();
padeditor.disable();
padeditbar.disable();
paddocbar.disable();
padimpexp.disable();
}
else if (newState == "DISCONNECTED")
{