Begin updating UI

This commit is contained in:
Dane Everitt 2017-10-02 22:51:13 -05:00
parent 493c5888a3
commit ae671e6b19
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
22 changed files with 182 additions and 102 deletions

View file

@ -197,6 +197,12 @@
});
</script>
@endif
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
@show
</body>
</html>