Skip to content

Commit 6314c24

Browse files
committed
fix CSP issue
1 parent 93b98fd commit 6314c24

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

apps/demos/Demos/DataGrid/PDFExportImages/jQuery/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
integrity="sha512-+EeCylkt9WHJk5tGJxYdecHOcXFRME7qnbsfeMsdQL6NUPYm2+uGFmyleEqsmVoap/f3dN/sc3BX9t9kHXkHHg=="
1212
crossorigin="anonymous"
1313
></script>
14-
<script>
15-
window.jsPDF = window.jspdf.jsPDF;
16-
</script>
17-
1814
<script src="../../../../node_modules/jquery/dist/jquery.min.js"></script>
1915
<link rel="stylesheet" type="text/css" href="../../../../node_modules/devextreme-dist/css/dx.light.css" />
2016
<script src="../../../../node_modules/devextreme-dist/js/dx.all.js"></script>

apps/demos/Demos/DataGrid/PDFExportMultipleGrids/jQuery/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
integrity="sha512-+EeCylkt9WHJk5tGJxYdecHOcXFRME7qnbsfeMsdQL6NUPYm2+uGFmyleEqsmVoap/f3dN/sc3BX9t9kHXkHHg=="
1616
crossorigin="anonymous"
1717
></script>
18-
<script>
19-
window.jsPDF = window.jspdf.jsPDF;
20-
</script>
2118
<script src="data.js"></script>
2219
<script src="index.js"></script>
2320
</head>

0 commit comments

Comments
 (0)