mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 17:21:43 +02:00
Rephrase Information text
This commit is contained in:
@ -30,7 +30,7 @@ $.getJSON("/api/entries/accept", (data) => {
|
||||
$("#bfb").prop("aria-disabled",true);
|
||||
$("#bfb").prop("tabindex","-1");
|
||||
$("#bfb").wrap("<span class='tooltip-span' tabindex='0' data-toggle='tooltip' data-placement='bottom'></span>");
|
||||
$(".tooltip-span").prop("title", "Eintragungen sind leider nicht mehr möglich.")
|
||||
$(".tooltip-span").prop("title", "Eintragungen sind leider momentan nicht möglich.")
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user