Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c79c486

Browse files
committed
Test better image path handling
1 parent bb666aa commit c79c486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
9898
var imagePath = '<%=sessionInfo.getImagePath()%>';
9999
100-
var photoUrl = (imagePath && imagePath.length > 0) ? ('https://' + serverName + '/' + imagePath) : undefined;
100+
var photoUrl = imagePath;//(imagePath && imagePath.length > 0) ? ('https://' + serverName + '/' + imagePath) : undefined;
101101
102102
var userId = ${userId};
103103
var handle = '${userHandle}';

0 commit comments

Comments
 (0)