Skip to content

Commit

Permalink
[Hexlet#1280] hexlet correction widget
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimoww authored and evdokimoww committed Apr 13, 2022
1 parent 5134252 commit 0cceeab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/correction.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const ctrlEnterHandler = (event) => {
if (event.keyCode === 13 && event.ctrlKey) {
const selection = document.getSelection();
const location = window.location.href;

const modal = new Modal(document.getElementById('correctionModal'));

const incorrectTextField = document.querySelector('.incorrectText');
Expand Down

0 comments on commit 0cceeab

Please sign in to comment.