Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"handle" error
  • Loading branch information
rubendel committed Sep 23, 2015
1 parent 215d7b1 commit e533d1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/example1.js
Expand Up @@ -65,7 +65,9 @@ $(function()

showSelectProject();
});
});
}), function(){
console.log("Error");
};
}

var dialog = $('<div />').attr('class', 'form').attr('title', 'Connect to a server');
Expand Down

0 comments on commit e533d1b

Please sign in to comment.