File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 151151 non_id_attributes.push('heading');
152152 non_id_attributes.push('translate');
153153 non_id_attributes.push('aria-label');
154+ non_id_attributes.push('aria-describedby');
154155 non_id_attributes.push('rel');
155156 non_id_attributes.push('ng-model');
156157 non_id_attributes.push('ng-href');
Original file line number Diff line number Diff line change 151151 non_id_attributes.push('heading');
152152 non_id_attributes.push('translate');
153153 non_id_attributes.push('aria-label');
154+ non_id_attributes.push('aria-describedby');
154155 non_id_attributes.push('rel');
155156 non_id_attributes.push('ng-model');
156157 non_id_attributes.push('ng-href');
318319 document.recorded_actions = [];
319320 sessionStorage.setItem('pause_recorder', 'no');
320321 sessionStorage.setItem('recorder_mode', '1');
321- sessionStorage.setItem('recorder_title', document.title)
322+ sessionStorage.setItem('recorder_title', document.title);
322323 const d_now = Date.now();
323324 document.recorder_last_mouseup = d_now;
324325 w_orig = window.location.origin;
You can’t perform that action at this time.
0 commit comments