Backslash parsing bug

This commit is contained in:
alseambusher
2015-09-03 16:56:07 -07:00
parent 4a4e17a8f3
commit 118d9b6773
3 changed files with 2 additions and 3 deletions

View File

@@ -54,7 +54,6 @@ function setCrontab(){
}
function editJob(_id){
console.log(_id);
var job = null;
crontabs.forEach(function(crontab){
if(crontab._id == _id)