mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 02:51:48 +02:00
Rephrase Information text
This commit is contained in:
parent
1d4f77ea19
commit
035394c36b
@ -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()
|
||||
}
|
||||
})
|
||||
|
@ -118,7 +118,7 @@
|
||||
$(".enqueueButton").prop("disabled", true)
|
||||
$(".enqueueButton").prop("style", "pointer-events: none;")
|
||||
$(".enqueueButton").wrap("<span class='tooltip-span' tabindex='0' data-toggle='tooltip' data-placement='top'></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()
|
||||
} else {
|
||||
$(".enqueueButton").prop("disabled", false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user