diff --git a/app/assets/javascripts/editor/editor.js.erb b/app/assets/javascripts/editor/editor.js.erb index 889291be..ef632fc1 100644 --- a/app/assets/javascripts/editor/editor.js.erb +++ b/app/assets/javascripts/editor/editor.js.erb @@ -610,8 +610,6 @@ configureEditors: function () { $('#intervention-modal').modal('show'); $.ajax({ data: { - exercise_id: $('#editor').data('exercise-id'), - user_id: $('#editor').data('user-id'), intervention_type: 'BreakIntervention' }, dataType: 'json', @@ -624,8 +622,6 @@ configureEditors: function () { $('#intervention-modal').modal('show'); $.ajax({ data: { - exercise_id: $('#editor').data('exercise-id'), - user_id: $('#editor').data('user-id'), intervention_type: 'QuestionIntervention' }, dataType: 'json',