mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 15:49:04 +00:00
Fixed some bugs. Started auto complete
This commit is contained in:
@@ -8,9 +8,13 @@
|
||||
<!-- Demo Dependencies -->
|
||||
<script src="/static/js/popper.min.js" type="text/javascript"></script>
|
||||
<script src="/static/js/jquery.min.js" type="text/javascript"></script>
|
||||
<script src="/static/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="/static/css/bootstrap.min.js" type="text/javascript"></script>
|
||||
<script src="/static/js/Chart.min.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/static/css/auto-complete.css">
|
||||
<script src="/static/js/auto-complete.min.js" type="text/javascript"></script>
|
||||
|
||||
|
||||
|
||||
<link href="/static/css/fontawesome-all.min.css" rel="stylesheet" type="text/css">
|
||||
|
||||
@@ -22,6 +26,7 @@
|
||||
.info-table pre {
|
||||
padding: 6px;
|
||||
margin: 4px;
|
||||
white-space: unset;
|
||||
}
|
||||
|
||||
.info-table td {
|
||||
|
||||
Reference in New Issue
Block a user