Skip to content

Commit 21f1f68

Browse files
committed
CSS Stylesheets in AJAX context needs to be host relative
1 parent 96a72c0 commit 21f1f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/java/com/genexus/internet/HttpContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ private void AddStyleSheetFile(String styleSheet, String urlBuildNumber, boolean
530530
}
531531
else
532532
{
533-
if (!isGxThemeHidden) this.StylesheetsToLoad.put(styleSheet);
533+
if (!isGxThemeHidden) this.StylesheetsToLoad.put(oldConvertURL(styleSheet) + urlBuildNumber);
534534
}
535535
}
536536
}

0 commit comments

Comments
 (0)