Skip to content

Commit 9b79243

Browse files
chore: revert parameter changes
1 parent 0d8376e commit 9b79243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/display-web-report-designer-in-angular-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Follow these steps to integrate the Telerik Web Report Designer in your Angular
4848
````HTML
4949
<head>
5050
<!-- jQuery -->
51-
<script src="https://code.jquery.com/jquery-{{site.jqueryversion}}.min.js"></script>
51+
<script src="https://code.jquery.com/jquery-{{jqueryversion}}.min.js"></script>
5252
<!-- Kendo UI for jQuery -->
53-
<script src="https://localhost:5000/js/webReportDesigner.kendo-{{site.buildversion}}.min.js"></script>
53+
<script src="https://localhost:5000/js/webReportDesigner.kendo-{{buildversion}}.min.js"></script>
5454
<!-- Telerik Reporting resources -->
5555
<script src="https://localhost:5000/api/reports/resources/js/telerikReportViewer"></script>
5656
<script src="https://localhost:5000/api/reportdesigner/designerresources/js/webReportDesigner"></script>

0 commit comments

Comments
 (0)