oops changed some work in the js file
Revert "change logo" This reverts commit 9325100a0204a128a2775fc72467a1abc02d0ddd.
This commit is contained in:
parent
470eee56b9
commit
652a1da7a4
BIN
cryptofist.png
BIN
cryptofist.png
Binary file not shown.
|
Before Width: | Height: | Size: 303 KiB After Width: | Height: | Size: 249 KiB |
@ -451,11 +451,6 @@ window.ErrorBox = ErrorBox;
|
|||||||
var onEvent = function () { };
|
var onEvent = function () { };
|
||||||
|
|
||||||
var toolbar = createRealtimeToolbar('#cke_1_toolbox');
|
var toolbar = createRealtimeToolbar('#cke_1_toolbox');
|
||||||
var userListElement = createUserList(toolbar.find('.rtwysiwyg-toolbar-leftside'));
|
|
||||||
var spinner = createSpinner(toolbar.find('.rtwysiwyg-toolbar-rightside'));
|
|
||||||
var lagElement = createLagElement(toolbar.find('.rtwysiwyg-toolbar-rightside'));
|
|
||||||
|
|
||||||
var userList
|
|
||||||
|
|
||||||
var allMessages = [];
|
var allMessages = [];
|
||||||
var isErrorState = false;
|
var isErrorState = false;
|
||||||
@ -493,7 +488,6 @@ console.log(new Error().stack);
|
|||||||
socket.onOpen.push(function (evt) {
|
socket.onOpen.push(function (evt) {
|
||||||
if (!initializing) {
|
if (!initializing) {
|
||||||
socket.realtime.start();
|
socket.realtime.start();
|
||||||
updateUserList(userName, userListElement, userList);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -506,6 +500,10 @@ console.log(new Error().stack);
|
|||||||
|
|
||||||
//createDebugLink(realtime, doc, allMessages, toolbar);
|
//createDebugLink(realtime, doc, allMessages, toolbar);
|
||||||
|
|
||||||
|
var userListElement = createUserList(toolbar.find('.rtwysiwyg-toolbar-leftside'));
|
||||||
|
var spinner = createSpinner(toolbar.find('.rtwysiwyg-toolbar-rightside'));
|
||||||
|
var lagElement = createLagElement(toolbar.find('.rtwysiwyg-toolbar-rightside'));
|
||||||
|
|
||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
if (initializing || isSocketDisconnected(socket, realtime)) { return; }
|
if (initializing || isSocketDisconnected(socket, realtime)) { return; }
|
||||||
checkLag(realtime, lagElement);
|
checkLag(realtime, lagElement);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user