mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-06-28 16:10:05 +08:00
More misc improvements. Cursor Logic, Screen Width, consoleLogs--, Heroku Renaming
This commit is contained in:
+4
-1
@@ -32,6 +32,7 @@ function executeOperation(operation){
|
||||
var type = operation[0];
|
||||
var data = operation[1];
|
||||
var socket = operation[2];
|
||||
// console.log("executeOperation");
|
||||
|
||||
switch(type){
|
||||
case "newNode":
|
||||
@@ -62,8 +63,10 @@ function removeNode(data, socket){
|
||||
var parId = data[2];
|
||||
var author = data[3];
|
||||
// data[3] = null; //improve efficiency.
|
||||
var curtisId = "53e4079cd7dbc73d16c87c53";
|
||||
// console.log("MessageQueue.RemoveNode");
|
||||
|
||||
Node.removeNode(thisId, thisIndex, parId, author._id);
|
||||
Node.removeNode(thisId, thisIndex, parId, curtisId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user