/* Pi-hole: A black hole for Internet advertisements * (c) 2017 Pi-hole, LLC (https://pi-hole.net) * Network-wide ad blocking via your own hardware. * * This file is copyright under the latest version of the EUPL. * Please see LICENSE file for your rights under this license. */ var exact = ""; function quietfilter(ta,data) { var lines = data.split("\n"); for(var i = 0;i input").css("margin-bottom", "5px"); $(".input-group-btn").removeClass("input-group-btn").addClass("input-group-btn-block btn-group"); } else { $(".form-group.input-group-block").removeClass("input-group-block").addClass( "input-group" ); $(".form-group.input-group > input").css("margin-bottom",""); $(".input-group-btn-block").removeClass("input-group-btn-block btn-group").addClass("input-group-btn"); } }); $(document).ready(function() { $(window).trigger('resize'); });