1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-23 09:32:29 +01:00
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

View File

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