1
0
mirror of https://github.com/JannikKoester/Tischverwaltung.git synced 2026-01-10 14:50:07 +01:00
This commit is contained in:
2020-08-20 16:22:59 +03:00
parent 69bcdb1e00
commit ebc6a50f52
3 changed files with 56 additions and 12 deletions

View File

@@ -14,6 +14,9 @@
$("#refresh").click();
}
$(function () {
$('[data-toggle="popover"]').popover()
})
</script>