Skip to content

Commit 46d4a29

Browse files
committed
Merged in [9672] from rjsparks@nostrum.com:
Restore the hash to the customized ical link. Fixes ietf-tools#1732. - Legacy-Id: 9683 Note: SVN reference [9672] has been migrated to Git commit 5da3910
1 parent b44141a commit 46d4a29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/templates/meeting/agenda.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ <h4>Slides</h4>
389389
$("#weekview").attr("src", "week-view.html" + window.location.hash).removeClass("hidden");
390390

391391
// show the custom .ics link
392+
$("#ical-link").attr("href",$("#ical-link").attr("href").split("?")[0]+"?"+h);
392393
$("#ical-link").removeClass("hidden");
393394

394395
} else {

0 commit comments

Comments
 (0)