mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
moved the modal back to the middle, grey out all the edit zone while reconnecting
This commit is contained in:
parent
b3904a6497
commit
0a68f06610
3 changed files with 92 additions and 62 deletions
|
@ -702,6 +702,11 @@ var pad = {
|
|||
else if (newState == "RECONNECTING")
|
||||
{
|
||||
padconnectionstatus.reconnecting();
|
||||
|
||||
padeditor.disable();
|
||||
padeditbar.disable();
|
||||
paddocbar.disable();
|
||||
padimpexp.disable();
|
||||
}
|
||||
else if (newState == "DISCONNECTED")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue