Changes between Initial Version and Version 1 of Ticket #49025, comment 3
- Timestamp:
- 02/27/2020 02:07:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49025, comment 3
initial v1 11 11 var modal = document.querySelector('.cover-modal.active'); 12 12 13 // if target on click is <a> with # within the href attribute14 13 if (event.target.tagName.toLowerCase() === 'a' && event.target.hash.includes('#')) { 15 // untoggle the modal16 14 this.untoggleModal(modal); 17 // wait 550 and scroll to the anchor18 15 setTimeout(function () { 19 16 var anchor = document.getElementById(event.target.hash.slice(1)); //