Skip to content

Commit 5da3910

Browse files
committed
Restore the hash to the customized ical link. Fixes ietf-tools#1732. Commit ready for merge.
- Legacy-Id: 9672
1 parent 7f194c9 commit 5da3910

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)