More misc improvements. Cursor Logic, Screen Width, consoleLogs--, Heroku Renaming

This commit is contained in:
Curtis SerVaas
2014-10-11 09:50:32 -04:00
parent a90d168612
commit 3dabfe79fd
13 changed files with 246 additions and 332 deletions
+1
View File
@@ -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){