This commit is contained in:
Dane Everitt 2017-10-05 20:13:01 -05:00
parent fbd5c25ed0
commit 366221fa3f
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
$('[data-toggle="tooltip"]').tooltip();
})
</script>
@show