Skip to content

Commit

Permalink
Merge pull request #72 from vamsiymca/vkomarthi/add-to-calendar
Browse files Browse the repository at this point in the history
fix: add-to-calendar incorrect event details issue on schedules page.
  • Loading branch information
podarok authored May 22, 2024
2 parents 5db12bb + 99c21b5 commit 3c2b289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions openy_system/assets/js/atc.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,7 @@
dom[tagnum].appendChild(atcb_list);
} else {
atcb_link = dom[tagnum].querySelector('.atcb-link');

if(dom[tagnum].querySelector('.atcb-list') == undefined) {
atcb_link.parentNode.appendChild(atcb_list);
}
atcb_link.parentNode.appendChild(atcb_list);
atcb_link.tabIndex = 0;
if (atcb_link.id == '') {
atcb_link.id = atcb_link_id_val;
Expand Down
2 changes: 1 addition & 1 deletion openy_system/assets/js/atc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c2b289

Please sign in to comment.