Fix duplicate leftside entries when disconnected in profile

pull/1/head
yflory 2017-07-18 12:10:58 +02:00
parent 22a28a8fd9
commit 221a3b4fed
1 changed files with 1 additions and 1 deletions

View File

@ -456,9 +456,9 @@ define([
addViewButton(APP.$rightside); //$rightside);
addPublicKey(APP.$rightside);
APP.initialized = true;
createLeftside();
}
createLeftside();
Cryptpad.removeLoadingScreen();
};