Fix title setter logic and separate it from UI

This commit is contained in:
Caleb James DeLisle
2017-08-17 19:58:48 +02:00
parent ec87f3f897
commit cf6d8c83b2
5 changed files with 25 additions and 24 deletions

View File

@@ -725,6 +725,7 @@ define([
realtimeOptions.onError = onConnectError;
var onLocal = realtimeOptions.onLocal = function () {
console.log('onlocal');
if (initializing) { return; }
if (isHistoryMode) { return; }
if (readOnly) { return; }