kill another window variable

This commit is contained in:
ansuz
2016-03-29 12:13:57 +02:00
parent e699073d45
commit 29e24f556c
2 changed files with 13 additions and 4 deletions

View File

@@ -224,8 +224,9 @@ define([
verbose(message);
allMessages.push(message);
if (!initializing) {
// FIXME this is out of sync with the application logic
window.cryptpad_propogate();
if (toReturn.onLocal) {
toReturn.onLocal();
}
}
realtime.message(message);
});