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

Commit ad3566a

Browse files
authored
Merge pull request #427 from appirio-tech/dev
Fix to move js includes to proper spot
2 parents f816621 + 77740ed commit ad3566a

File tree

99 files changed

+142
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+142
-105
lines changed

src/web/WEB-INF/admin/copilot-feedback-admin.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253

254254
</div>
255255
<!-- End #wrapper -->
256-
256+
<jsp:include page="../includes/footerScripts.jsp"/>
257257
</body>
258258
<!-- End #page -->
259259

src/web/WEB-INF/asset/project/batchEditAssets.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<!-- End #wrapper -->
237237

238238
<jsp:include page="../../includes/popups.jsp"/>
239-
239+
<jsp:include page="../../includes/footerScripts.jsp"/>
240240
</body>
241241
<!-- End #page -->
242242

src/web/WEB-INF/asset/project/projectAssetUpload.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
<!-- End #wrapper -->
393393

394394
<jsp:include page="../../includes/popups.jsp"/>
395-
395+
<jsp:include page="../includes/footerScripts.jsp"/>
396396
</body>
397397
<!-- End #page -->
398398

src/web/WEB-INF/asset/project/projectAssetVersions.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
<!-- End #wrapper -->
247247

248248
<jsp:include page="../../includes/popups.jsp"/>
249-
249+
<jsp:include page="../includes/footerScripts.jsp"/>
250250
</body>
251251
<!-- End #page -->
252252

src/web/WEB-INF/asset/project/projectAssets.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ mind that some features are not implemented yet. For a full description of what
12591259
<!-- End #wrapper -->
12601260

12611261
<jsp:include page="../../includes/popups.jsp"/>
1262-
1262+
<jsp:include page="../includes/footerScripts.jsp"/>
12631263
</body>
12641264
<!-- End #page -->
12651265

src/web/WEB-INF/billing/billing_account_contest_fee.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<!-- End #wrapper -->
245245

246246
<jsp:include page="../includes/popups.jsp"/>
247-
247+
<jsp:include page="../includes/footerScripts.jsp"/>
248248
</body>
249249
<!-- End #page -->
250250

src/web/WEB-INF/billing/billing_account_create_fees_list.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<!-- End #wrapper -->
249249

250250
<jsp:include page="../includes/popups.jsp"/>
251-
251+
<jsp:include page="../includes/footerScripts.jsp"/>
252252
</body>
253253
<!-- End #page -->
254254

src/web/WEB-INF/billing/billing_account_list.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<!-- End #wrapper -->
197197

198198
<jsp:include page="../includes/popups.jsp"/>
199-
199+
<jsp:include page="../includes/footerScripts.jsp"/>
200200
</body>
201201
<!-- End #page -->
202202

src/web/WEB-INF/billing/client_invoice.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139

140140
<jsp:include page="/WEB-INF/includes/popups.jsp"/>
141141

142-
142+
<jsp:include page="/WEB-INF/includes/footerScripts.jsp"/>
143143
</body>
144144
<!-- End #page -->
145145

src/web/WEB-INF/billing/customer_platform_fee.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<!-- End #wrapper -->
179179

180180
<jsp:include page="../includes/popups.jsp"/>
181-
181+
<jsp:include page="../includes/footerScripts.jsp"/>
182182
</body>
183183
<!-- End #page -->
184184

src/web/WEB-INF/billing/customer_platform_fee_list.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<!-- End #wrapper -->
201201

202202
<jsp:include page="../includes/popups.jsp"/>
203-
203+
<jsp:include page="../includes/footerScripts.jsp"/>
204204
</body>
205205
<!-- End #page -->
206206

src/web/WEB-INF/calendar.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<!-- End #wrapper -->
138138

139139
<jsp:include page="includes/popups.jsp"/>
140-
140+
<jsp:include page="includes/footerScripts.jsp"/>
141141
</body>
142142
<!-- End #page -->
143143

src/web/WEB-INF/contest-details.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
<!-- End #wrapper -->
414414

415415
<jsp:include page="includes/popups.jsp"/>
416-
416+
<jsp:include page="includes/footerScripts.jsp"/>
417417
</body>
418418
<!-- End #page -->
419419

src/web/WEB-INF/contest-details2.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
<!-- End .tooltipContainer -->
197197
</div>
198198
<jsp:include page="includes/popups.jsp"/>
199+
<jsp:include page="includes/footerScripts.jsp"/>
199200
</body>
200201
<!-- End #page -->
201202

src/web/WEB-INF/contest-draft-batch-edit.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<!-- End #wrapper -->
155155

156156
<jsp:include page="includes/popups.jsp"/>
157-
157+
<jsp:include page="includes/footerScripts.jsp"/>
158158
</body>
159159
<!-- End #page -->
160160

src/web/WEB-INF/contest-receipt.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<%@ page import="com.topcoder.direct.services.configs.ServerConfiguration" %><%-- - Author: Ghost_141, TCSDEVELOPER, duxiaoyang - Version 1.3 - Copyright (C) 2010 - 2017 TopCoder Inc., All Rights Reserved. - - Description: This page renders the contest receipt page. - - Version 1.1 (TC Direct Contest Dashboard Update Assembly) change Notes: - 1.Add dashboard header. - - Version 1.2 (Release Assembly - TopCoder Cockpit Direct UI Text and Layout Bugs Termination 1.0) change notes: - - Fix a text inconsistency bug. - - Remove the container2BottomLeft and container2BottomRight in pagination part. - - Version 1.3 (Topcoder - Migrate Struts 2.3 to 2.5 For Direct App) - - Replace name attribute for s:set with var attribute--%><%@ page contentType="text/html;charset=UTF-8" language="java" %><%@ include file="/WEB-INF/includes/taglibs.jsp" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <jsp:include page="includes/htmlhead.jsp"/> <ui:projectPageType tab="gameplan"/> <ui:contestPageType tab="receipt"/> <script type="text/javascript"> //<![CDATA[ <s:if test="software"> var paramContestId = ${param.projectId}; </s:if> <s:else> var paramContestId = ${param.contestId}; </s:else> //]]> </script></head><body id="page"><a name="top" style="width:0px;height:0px;"></a><div id="wrapper"> <div id="wrapperInner"> <div id="container"> <div id="content"> <jsp:include page="includes/header.jsp"/> <div id="mainContent" class="newSidebarCollapse"> <jsp:include page="includes/right.jsp"/> <div id="area1"><!-- the main area --> <div class="area1Content"> <div class="currentPage"> <a href="<s:url action="dashboardActive" namespace="/"/>" class="home">Dashboard</a> &gt; <a href="<s:url action="currentProjectDetails" namespace="/"> <s:param name="formData.projectId" value="sessionData.currentProjectContext.id"/> </s:url>"><s:property value="sessionData.currentProjectContext.name"/></a> &gt; <strong><s:property value="viewData.contestStats.contest.title"/></strong> </div> <s:if test="viewData.contestStats.isStudio"> <s:set var="contestLink" value="'http://' + #application['SERVER_CONFIG_NEW_SERVER_NAME'] + '/challenge-details/' + viewData.contestStats.contest.id + '/?type=design&noncache=true'"/> </s:if> <s:elseif test="marathon"> <s:if test="viewData.active"> <s:set var="contestLink" value="'http://' + #application['SERVER_CONFIG_SERVER_NAME'] + '/tc?module=MatchDetails&rd=' + viewData.roundId"/> </s:if> <s:else> <s:set var="contestLink" value="'http://' + #application['SERVER_CONFIG_SERVER_NAME'] + '/tc?module=MatchDetails&rd=' + viewData.roundId"/> </s:else> </s:elseif> <s:else> <s:set var="contestLink" value="'http://' + #application['SERVER_CONFIG_NEW_SERVER_NAME'] +'/challenge-details/' + viewData.contestStats.contest.id + '/?type=develop&noncache=true'"/> </s:else> <div class="areaHeader"> <h2 class="title contestTitle" style="background:url('/images/<s:property value="viewData.contest.contestType.letter"/>.png') no-repeat scroll left center transparent"> <s:property value="viewData.contestStats.contest.title"/> <a href="<s:property value='#contestLink'/>" target="_blank" class="button5" style="float:right;text-align:center;">VIEW CHALLENGE</a> </h2> </div><!-- End .areaHeader --> <jsp:include page="includes/contest/dashboard.jsp"/> <div class="container2 tabs3Container"> <jsp:include page="includes/contest/tabs.jsp"/> <div class="container2Left"><div class="container2Right"><div class="container2Bottom" style="background: url(../../images/container2_bottom.png) repeat-x bottom;"> <div><div> <div class="container2Content"> <jsp:include page="includes/contest/receiptTab.jsp"/> </div><!-- End .container2Content_det --> </div></div> </div></div></div> </div><!-- End .container2 --> <a href="#top" class="button1 backToTop"><span>Back To Top</span></a> </div> </div> </div> <!-- End #mainContent --> <jsp:include page="includes/footer.jsp"/> </div> <!-- End #content --> </div> <!-- End #container --> </div></div><!-- End #wrapper --><jsp:include page="includes/popups.jsp"/></body><!-- End #page --></html>
1+
<%@ page import="com.topcoder.direct.services.configs.ServerConfiguration" %><%-- - Author: Ghost_141, TCSDEVELOPER, duxiaoyang - Version 1.3 - Copyright (C) 2010 - 2017 TopCoder Inc., All Rights Reserved. - - Description: This page renders the contest receipt page. - - Version 1.1 (TC Direct Contest Dashboard Update Assembly) change Notes: - 1.Add dashboard header. - - Version 1.2 (Release Assembly - TopCoder Cockpit Direct UI Text and Layout Bugs Termination 1.0) change notes: - - Fix a text inconsistency bug. - - Remove the container2BottomLeft and container2BottomRight in pagination part. - - Version 1.3 (Topcoder - Migrate Struts 2.3 to 2.5 For Direct App) - - Replace name attribute for s:set with var attribute--%><%@ page contentType="text/html;charset=UTF-8" language="java" %><%@ include file="/WEB-INF/includes/taglibs.jsp" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <jsp:include page="includes/htmlhead.jsp"/> <ui:projectPageType tab="gameplan"/> <ui:contestPageType tab="receipt"/> <script type="text/javascript"> //<![CDATA[ <s:if test="software"> var paramContestId = ${param.projectId}; </s:if> <s:else> var paramContestId = ${param.contestId}; </s:else> //]]> </script></head><body id="page"><a name="top" style="width:0px;height:0px;"></a><div id="wrapper"> <div id="wrapperInner"> <div id="container"> <div id="content"> <jsp:include page="includes/header.jsp"/> <div id="mainContent" class="newSidebarCollapse"> <jsp:include page="includes/right.jsp"/> <div id="area1"><!-- the main area --> <div class="area1Content"> <div class="currentPage"> <a href="<s:url action="dashboardActive" namespace="/"/>" class="home">Dashboard</a> &gt; <a href="<s:url action="currentProjectDetails" namespace="/"> <s:param name="formData.projectId" value="sessionData.currentProjectContext.id"/> </s:url>"><s:property value="sessionData.currentProjectContext.name"/></a> &gt; <strong><s:property value="viewData.contestStats.contest.title"/></strong> </div> <s:if test="viewData.contestStats.isStudio"> <s:set var="contestLink" value="'http://' + #application['SERVER_CONFIG_NEW_SERVER_NAME'] + '/challenge-details/' + viewData.contestStats.contest.id + '/?type=design&noncache=true'"/> </s:if> <s:elseif test="marathon"> <s:if test="viewData.active"> <s:set var="contestLink" value="'http://' + #application['SERVER_CONFIG_SERVER_NAME'] + '/tc?module=MatchDetails&rd=' + viewData.roundId"/> </s:if> <s:else> <s:set var="contestLink" value="'http://' + #application['SERVER_CONFIG_SERVER_NAME'] + '/tc?module=MatchDetails&rd=' + viewData.roundId"/> </s:else> </s:elseif> <s:else> <s:set var="contestLink" value="'http://' + #application['SERVER_CONFIG_NEW_SERVER_NAME'] +'/challenge-details/' + viewData.contestStats.contest.id + '/?type=develop&noncache=true'"/> </s:else> <div class="areaHeader"> <h2 class="title contestTitle" style="background:url('/images/<s:property value="viewData.contest.contestType.letter"/>.png') no-repeat scroll left center transparent"> <s:property value="viewData.contestStats.contest.title"/> <a href="<s:property value='#contestLink'/>" target="_blank" class="button5" style="float:right;text-align:center;">VIEW CHALLENGE</a> </h2> </div><!-- End .areaHeader --> <jsp:include page="includes/contest/dashboard.jsp"/> <div class="container2 tabs3Container"> <jsp:include page="includes/contest/tabs.jsp"/> <div class="container2Left"><div class="container2Right"><div class="container2Bottom" style="background: url(../../images/container2_bottom.png) repeat-x bottom;"> <div><div> <div class="container2Content"> <jsp:include page="includes/contest/receiptTab.jsp"/> </div><!-- End .container2Content_det --> </div></div> </div></div></div> </div><!-- End .container2 --> <a href="#top" class="button1 backToTop"><span>Back To Top</span></a> </div> </div> </div> <!-- End #mainContent --> <jsp:include page="includes/footer.jsp"/> </div> <!-- End #content --> </div> <!-- End #container --> </div></div><!-- End #wrapper --><jsp:include page="includes/popups.jsp"/><jsp:include page="includes/footerScripts.jsp"/></body><!-- End #page --></html>

src/web/WEB-INF/contest-registrants.jsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@
165165
<s:hidden name="contestId"/>
166166
<s:hidden name="projectId"/>
167167
</s:form>
168+
169+
<jsp:include page="includes/footerScripts.jsp"/>
168170
</body>
169171
<!-- End #page -->
170172

src/web/WEB-INF/contest-view.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
<!-- End #wrapper -->
436436

437437
<jsp:include page="includes/popups.jsp"/>
438-
438+
<jsp:include page="includes/footerScripts.jsp"/>
439439
</body>
440440
<!-- End #page -->
441441

src/web/WEB-INF/contests-calendar-view.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<!-- End #wrapper -->
9797

9898
<jsp:include page="includes/popups.jsp"/>
99-
99+
<jsp:include page="includes/footerScripts.jsp"/>
100100
</body>
101101
<!-- End #page -->
102102

src/web/WEB-INF/copilot-contests-comparison.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524

525525
<!-- End .popups -->
526526
<jsp:include page="includes/popups.jsp"/>
527-
527+
<jsp:include page="includes/footerScripts.jsp"/>
528528
</body>
529529
<!-- End #page -->
530530
</html>

src/web/WEB-INF/copilot-contests-details.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,7 @@
836836

837837
<!-- End .popups -->
838838
<jsp:include page="includes/popups.jsp"/>
839+
<jsp:include page="includes/footerScripts.jsp"/>
839840
</body>
840841
<!-- End #page -->
841842
</html>

src/web/WEB-INF/copilot-contests-registrants.jsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@
450450
</div>
451451
<!-- End .popups -->
452452
<jsp:include page="includes/popups.jsp"/>
453+
454+
<jsp:include page="includes/footerScripts.jsp"/>
453455
</body>
454456
<!-- End #page -->
455457
</html>

src/web/WEB-INF/copilot-contests-submissions.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@
842842
</div>
843843

844844
</div>
845-
845+
<jsp:include page="includes/footerScripts.jsp"/>
846846
</body>
847847
<!-- End #page -->
848848
</html>

src/web/WEB-INF/copilot-contests.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
</div>
289289
<!-- End .popups -->
290290
<jsp:include page="includes/popups.jsp"/>
291+
<jsp:include page="includes/footerScripts.jsp"/>
291292
</body>
292293
<!-- End #page -->
293294
</html>

src/web/WEB-INF/copilot-pool.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
</div></div></div>
270270
</div>
271271
</div>
272-
272+
<jsp:include page="includes/footerScripts.jsp"/>
273273
</body>
274274
<!-- End #page -->
275275

src/web/WEB-INF/copilot-receipt.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
</div>
121121
<!-- End .popups -->
122122
<jsp:include page="includes/popups.jsp"/>
123+
<jsp:include page="includes/footerScripts.jsp"/>
123124
</body>
124125
<!-- End #page -->
125126
</html>

src/web/WEB-INF/dashboard-active.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
<!-- End #wrapper -->
453453

454454
<jsp:include page="includes/popups.jsp"/>
455-
455+
<jsp:include page="../includes/footerScripts.jsp"/>
456456
</body>
457457
<!-- End #page -->
458458

src/web/WEB-INF/dashboard-create-new-project.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<!-- End #wrapper -->
173173

174174
<jsp:include page="includes/popups.jsp"/>
175-
175+
<jsp:include page="includes/footerScripts.jsp"/>
176176
</body>
177177
<!-- End #page -->
178178

src/web/WEB-INF/dashboard-create-project.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<!-- End #wrapper -->
111111

112112
<jsp:include page="includes/popups.jsp"/>
113-
113+
<jsp:include page="includes/footerScripts.jsp"/>
114114
</body>
115115
<!-- End #page -->
116116

src/web/WEB-INF/dashboard-enterprise.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,6 +2177,7 @@
21772177
</div>
21782178
<!-- End .tooltipFooter -->
21792179
</div>
2180+
<jsp:include page="includes/footerScripts.jsp"/>
21802181
</body>
21812182
<!-- End #page -->
21822183

src/web/WEB-INF/dashboard-latest.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<!-- End #wrapper -->
9393

9494
<jsp:include page="includes/popups.jsp"/>
95-
95+
<jsp:include page="includes/footerScripts.jsp"/>
9696
</body>
9797
<!-- End #page -->
9898

src/web/WEB-INF/dashboard-search.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
<!-- End #wrapper -->
291291

292292
<jsp:include page="includes/popups.jsp"/>
293-
293+
<jsp:include page="includes/footerScripts.jsp"/>
294294
</body>
295295
<!-- End #page -->
296296

src/web/WEB-INF/dashboard.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- End #wrapper -->
5252

5353
<jsp:include page="includes/popups.jsp"/>
54-
54+
<jsp:include page="includes/footerScripts.jsp"/>
5555
</body>
5656
<!-- End #page -->
5757

src/web/WEB-INF/editCockpitProject.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670

671671
<jsp:include page="groups/tooltip.jsp"/>
672672
<jsp:include page="includes/popups.jsp"/>
673-
673+
<jsp:include page="includes/footerScripts.jsp"/>
674674
</body>
675675
<!-- End #page -->
676676

src/web/WEB-INF/enterpriseDashboard/active-contests.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@
384384
</div>
385385
<!-- End #wrapper -->
386386

387+
<jsp:include page="../includes/footerScripts.jsp"/>
387388
</body>
388389
<!-- End #page -->
389390
</html>

src/web/WEB-INF/enterpriseDashboard/analysis.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
</div>
738738
</div>
739739
<!-- End #wrapper -->
740-
740+
<jsp:include page="../includes/footerScripts.jsp"/>
741741
</body>
742742
<!-- End #page -->
743743
</html>

src/web/WEB-INF/enterpriseDashboard/financial.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
</tbody>
242242
</table>
243243
</span>
244-
244+
<jsp:include page="../includes/footerScripts.jsp"/>
245245
</body>
246246
<!-- End #page -->
247247

src/web/WEB-INF/enterpriseDashboard/health.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
</tfoot>
162162
</table>
163163
</span>
164-
164+
<jsp:include page="../includes/footerScripts.jsp"/>
165165
</body>
166166
<!-- End #page -->
167167

src/web/WEB-INF/enterpriseDashboard/overview.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
</div>
439439
<!-- End #wrapper -->
440440
<jsp:include page="../includes/enterpriseDashboard/filterPopup.jsp"/>
441-
441+
<jsp:include page="../includes/footerScripts.jsp"/>
442442
</body>
443443
<!-- End #page -->
444444

src/web/WEB-INF/enterpriseDashboard/pipeline.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<a href="#" id="projectPipelineViewHandler"></a>
254254
</div>
255255
</div>
256-
256+
<jsp:include page="../includes/footerScripts.jsp"/>
257257
</body>
258258
<!-- End #page -->
259259

src/web/WEB-INF/enterpriseDashboard/roadmap.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
</div>
310310
</div>
311311
</span>
312+
<jsp:include page="../includes/footerScripts.jsp"/>
312313
</body>
313314
<!-- End #page -->
314315

src/web/WEB-INF/groups/auditing-info.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<div id="modalBackground"></div>
203203
<div id="new-modal"></div>
204204
<%@ include file="tooltip.jsp" %>
205-
205+
<jsp:include page="../includes/footerScripts.jsp"/>
206206
</body>
207207
<!-- End #page -->
208208
</html>

src/web/WEB-INF/groups/create-administrator.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
<!-- end #createAdminModal -->
129129
</div>
130130
<!-- end modal -->
131+
<jsp:include page="../includes/footerScripts.jsp"/>
131132
</body>
132133
<!-- End #page -->
133134
</html>

src/web/WEB-INF/groups/create-group.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497

498498
<!-- tooltips -->
499499
<%@ include file="tooltip.jsp" %>
500-
500+
<jsp:include page="../includes/footerScripts.jsp"/>
501501
</body>
502502
<!-- End #page -->
503503
</html>

src/web/WEB-INF/groups/send-invitation.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
<!-- end #sendInvitationWarnModal -->
192192
</div>
193193
<!-- end modal -->
194+
<jsp:include page="../includes/footerScripts.jsp"/>
194195
</body>
195196
<!-- End #page -->
196197
</html>

src/web/WEB-INF/groups/view-invitations.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@
258258
<!-- end .modalFooter -->
259259
</div>
260260
</div>
261+
<jsp:include page="../includes/footerScripts.jsp"/>
261262
</body>
262263
<!-- End #page -->
263264
</html>

0 commit comments

Comments
 (0)