|
|
@ -133,7 +133,7 @@ define([
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
var onRemote = function (shjson) {
|
|
|
|
var onRemote = function (shjson) {
|
|
|
|
if (!initializing) { return; }
|
|
|
|
if (initializing) { return; }
|
|
|
|
|
|
|
|
|
|
|
|
// remember where the cursor is
|
|
|
|
// remember where the cursor is
|
|
|
|
cursor.update();
|
|
|
|
cursor.update();
|
|
|
@ -160,7 +160,6 @@ define([
|
|
|
|
console.log("Aborting the session!");
|
|
|
|
console.log("Aborting the session!");
|
|
|
|
// stop the user from continuing to edit
|
|
|
|
// stop the user from continuing to edit
|
|
|
|
setEditable(false);
|
|
|
|
setEditable(false);
|
|
|
|
|
|
|
|
|
|
|
|
// TODO inform them that the session was torn down
|
|
|
|
// TODO inform them that the session was torn down
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|