mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-14 01:10:13 +08:00
More misc improvements. Cursor Logic, Screen Width, consoleLogs--, Heroku Renaming
This commit is contained in:
@@ -138,6 +138,7 @@ function moveNode(ids, arrays, authorId){
|
||||
|
||||
function removeNode(thisId, thisIndex, parId, authorId){
|
||||
var now = Date.now();
|
||||
console.log("removing Node");
|
||||
|
||||
MyNode.findById(parId, null, function(err, parNode){
|
||||
if(err || parNode == null){
|
||||
|
||||
Reference in New Issue
Block a user