[Web] Small UI fixes

This commit is contained in:
andryyy
2021-05-23 23:09:37 +02:00
parent 233179daf1
commit bbb1d7aa39
4 changed files with 15 additions and 9 deletions

View File

@@ -358,6 +358,11 @@ jQuery(function($){
draw_oauth2_clients();
draw_transport_maps();
draw_queue();
$('body').on('click', 'span.footable-toggle', function () {
event.stopPropagation();
})
// API IP check toggle
$("#skip_ip_check_ro").click(function( event ) {
$("#skip_ip_check_ro").not(this).prop('checked', false);