[Web] Minor style fixes, Pushover UI fixes

This commit is contained in:
andryyy
2020-04-17 16:56:28 +02:00
parent 35d3586950
commit 11a9315f0d
9 changed files with 117 additions and 85 deletions

View File

@@ -1,4 +1,5 @@
$(document).ready(function() {
$(".arrow-toggle").on('click', function(e) { e.preventDefault(); $(this).find('.arrow').toggleClass("animation"); });
$(".goto_checkbox").click(function( event ) {
$("form[data-id='editalias'] .goto_checkbox").not(this).prop('checked', false);
if ($("form[data-id='editalias'] .goto_checkbox:checked").length > 0) {