Skip to content

Commit b0019e1

Browse files
authored
Update index.html
added dialogs and form posting options to demo - but the demo doesnt post in github pages
1 parent 9592d33 commit b0019e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ <h1>DataTables Viewer</h1>
8888
<div id="columnToggleMenu" class="column-toggle-menu hidden"></div>
8989
<div id="tableContainer"></div>
9090
</main>
91+
92+
<script src="src/postData-postForm.js"></script>
93+
<script src="src/CustomDialog.js"></script>
9194
<script src="src/DataTableViewer.js"></script>
9295

9396
<script>
@@ -153,4 +156,4 @@ <h1>DataTables Viewer</h1>
153156
});
154157
</script>
155158
</body>
156-
</html>
159+
</html>

0 commit comments

Comments
 (0)