From eb63254de3a4da314c301015684586763b05db9d Mon Sep 17 00:00:00 2001 From: Nate Yolles Date: Mon, 31 Aug 2026 17:01:20 -0600 Subject: [PATCH] Remove temporary fix for creative cloud modal MWPW-199209: Removed temporary fix for higher-ed.html modal renaming. --- edu/scripts/scripts.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/edu/scripts/scripts.js b/edu/scripts/scripts.js index ea26cde..6d2e049 100644 --- a/edu/scripts/scripts.js +++ b/edu/scripts/scripts.js @@ -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