File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 610
610
}
611
611
else
612
612
document.recorded_actions.push(['click', selector, href, d_now]);
613
- // Switch to hover_click() if in a dropdown.
613
+ // hover_click() if dropdown.
614
614
if (element.parentElement.classList.contains('dropdown-content') &&
615
615
element.parentElement.parentElement.classList.contains('dropdown'))
616
616
{
637
637
else if (ra_len > 0 &&
638
638
document.recorded_actions[ra_len-1][0] === 'mo_dn')
639
639
{
640
- // Maybe an accidental drag & drop.
640
+ // Maybe accidental drag & drop.
641
641
document.recorded_actions.pop();
642
642
}
643
643
json_rec_act = JSON.stringify(document.recorded_actions);
673
673
});
674
674
document.body.addEventListener('keyup', function (event) {
675
675
reset_if_recorder_undefined();
676
- // Controls to Pause & Resume .
676
+ // Controls to pause & resume .
677
677
pause_rec = sessionStorage.getItem('pause_recorder');
678
678
rec_mode = sessionStorage.getItem('recorder_mode');
679
679
l_key = event.key.toLowerCase();
You can’t perform that action at this time.
0 commit comments