mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 19:11:49 +02:00
Merge pull request #49 from PhoenixTwoFive/PhoenixTwoFive/issue45
Inform user that entries are closed when big button on main page is pressed and disabled
This commit is contained in:
commit
1d4f77ea19
@ -29,6 +29,9 @@ $.getJSON("/api/entries/accept", (data) => {
|
|||||||
$("#bfb").addClass("disabled")
|
$("#bfb").addClass("disabled")
|
||||||
$("#bfb").prop("aria-disabled",true);
|
$("#bfb").prop("aria-disabled",true);
|
||||||
$("#bfb").prop("tabindex","-1");
|
$("#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.")
|
||||||
|
$('[data-toggle="tooltip"]').tooltip()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user