US Senate News:
Source: United States Senator for Hawaii Brian Schatz
‘);
$(‘.js-press-release’).find(‘table’).addClass(‘Table Table–striped’).wrap(”);
// Clear focus state off of button 0.5s after clicking it
$(‘.Button’).click(function() {
var button = this;
setTimeout(function() {
button.blur();
}, 500);
});