Merged in [9672] from rjsparks@nostrum.com:

Restore the hash to the customized ical link. Fixes #1732.
 - Legacy-Id: 9683
Note: SVN reference [9672] has been migrated to Git commit 5da3910fc68936afadb37e71f7bfbe4b0773a448
This commit is contained in:
Henrik Levkowetz 2015-06-23 19:16:47 +00:00
parent b44141a655
commit 46d4a29e69

View file

@ -389,6 +389,7 @@
$("#weekview").attr("src", "week-view.html" + window.location.hash).removeClass("hidden");
// show the custom .ics link
$("#ical-link").attr("href",$("#ical-link").attr("href").split("?")[0]+"?"+h);
$("#ical-link").removeClass("hidden");
} else {