Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions edu/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,17 +270,6 @@ function replaceDotMedia(area = document) {

replaceDotMedia(document);

/*
* Temporary fix for higher-ed.html#creativecloud-rfi modal renaming
* Remove after linking pages from CC are updated.
* This won't break anything once the links are updated.
* So no timing or coordination needed.
* https://jira.corp.adobe.com/browse/MWPW-199207
*/
const higherEd = window.location.pathname.endsWith("higher-ed.html") || window.location.pathname.endsWith("higher-ed");
const creativeCloudRfi = window.location.hash === "#creativecloud-rfi";
if (higherEd && creativeCloudRfi) window.location.hash = "#consultation";

/*
* ------------------------------------------------------------
* Edit below at your own risk
Expand Down
Loading