Skip to content

Commit 9c6cefb

Browse files
committed
remove the jquery min js and set as cdnjs cloudflare
1 parent 2cc0047 commit 9c6cefb

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

assets/www/checkout_bkash.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
/>
1212
<meta content="IE=Edge,chrom=1" http-equiv="X-UA-Compatible"/>
1313

14-
<script src="js/jquery-3.5.1.min.js"></script>
14+
<!-- <script src="js/jquery-3.5.1.min.js"></script>-->
15+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
16+
integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg=="
17+
crossorigin="anonymous"></script>
1518
<style>
1619
html {
1720
margin: 0;
@@ -26,6 +29,7 @@
2629
width: 100% !important;
2730
height: 100% !important;
2831
}
32+
2933
</style>
3034
</head>
3135

@@ -189,6 +193,7 @@
189193

190194
} //end event 'flutterInAppWebViewPlatformReady'
191195
);
196+
192197
</script>
193198
</body>
194199
</html>

0 commit comments

Comments
 (0)