update resizer
Browse files- static/index.html +2 -0
static/index.html
CHANGED
@@ -28,6 +28,8 @@
|
|
28 |
<link rel="stylesheet" href="json_viewer.css" />
|
29 |
<script src="https://unpkg.com/@peculiar/x509"></script>
|
30 |
<script type="text/javascript" src="json_viewer.js"></script>
|
|
|
|
|
31 |
</head>
|
32 |
<body>
|
33 |
<div class="container-fluid mt-2" id="head">
|
|
|
28 |
<link rel="stylesheet" href="json_viewer.css" />
|
29 |
<script src="https://unpkg.com/@peculiar/x509"></script>
|
30 |
<script type="text/javascript" src="json_viewer.js"></script>
|
31 |
+
|
32 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.6/iframeResizer.contentWindow.min.js" async=""></script>
|
33 |
</head>
|
34 |
<body>
|
35 |
<div class="container-fluid mt-2" id="head">
|