Skip to content

Commit

Permalink
added schedule to edit action in js
Browse files Browse the repository at this point in the history
  • Loading branch information
coreation committed Dec 27, 2015
1 parent 09d2f8e commit 55fdc66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/js/jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ $('.btn-edit-job').on('click', function(e){

// Get the schedule
data['schedule'] = $('#schedule option:checked').val();
console.log(data);

// Ajax call
$.ajax({
Expand Down

0 comments on commit 55fdc66

Please sign in to comment.