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

Commit 416482c

Browse files
committed
Change footer nav ref
1 parent 68cdbc2 commit 416482c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
9595
var serverName = '<%=ApplicationServer.SERVER_NAME%>';
9696
var logoutURL = "https://" + serverName + "/logout";
97-
97+
9898
var prodUrl = 'topcoder.com';
9999
var scriptURL = '//uni-nav.topcoder-dev.com/v1/tc-universal-nav.js';
100100
@@ -894,7 +894,7 @@
894894
</div><!-- // end .page -->
895895
</c:if>
896896
897-
<div id="footerNav" class="footerNav"></div>
897+
<div id="footerNav"></div>
898898
899899
<c:if test="${isReskin}">
900900
<div class="modal payment-confirm-modal" id="payment-confirm-modal-id">

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
@@ -297,7 +297,7 @@
297297
</div><!-- // end .page -->
298298
</c:if>
299299
300-
<div id="footerNav" class="footerNav"></div>
300+
<div id="footerNav"></div>
301301
302302
</body>
303303

0 commit comments

Comments
 (0)