mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
7716821078
commit
e84e8ecd2b
6 changed files with 66 additions and 17 deletions
12
index.html
12
index.html
|
|
@ -236,7 +236,6 @@
|
|||
<script src="./js/jquery-3.7.0.min.js"></script>
|
||||
<script src="./js/d3.min.js"></script>
|
||||
<script src="./js/metricsgraphics.min.js"></script>
|
||||
|
||||
<script src="./js/jquery.dataTables.min.js"></script>
|
||||
<script src="./js/bootstrap.bundle.min.js"></script>
|
||||
<script src="./js/dataTables.bootstrap5.min.js"></script>
|
||||
|
|
@ -244,15 +243,6 @@
|
|||
<script src="./js/statbate.js"></script>
|
||||
|
||||
<script>
|
||||
$('.dropdown-menu').on( 'click', 'a', function() {
|
||||
text = $(this).html();
|
||||
htmlText = text + ' <span class="caret"></span>';
|
||||
$(this).closest('.dropdown').find('.dropdown-toggle').html(htmlText);
|
||||
});
|
||||
|
||||
$(document).ready(function () {
|
||||
$('#main').DataTable();
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue