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

Commit 6181c9e

Browse files
committed
Typo
1 parent bb88167 commit 6181c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -105,7 +105,7 @@
105105
o=t.getElementsByTagName(e)[0];i.async=1;i.type="module";i.src=a;o.parentNode.insertBefore(i,o)
106106
}(window,document,"script",scriptURL,"tcUniNav");
107107
108-
var photoUrl = parseJwt($.cookie('tcjwt'))["picture"];;
108+
var photoUrl = parseJwt($.cookie('tcjwt'))["picture"];
109109
110110
var userId = ${userId};
111111
var handle = '${userHandle}';

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
o=t.getElementsByTagName(e)[0];i.async=1;i.type="module";i.src=a;o.parentNode.insertBefore(i,o)
5757
}(window,document,"script",scriptURL,"tcUniNav");
5858
59-
var photoUrl = parseJwt($.cookie('tcjwt'))["picture"];;
59+
var photoUrl = parseJwt($.cookie('tcjwt'))["picture"];
6060
6161
var userId = ${userId};
6262
var handle = '${userHandle}';

0 commit comments

Comments
 (0)