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

0 commit comments

Comments
 (0)