$(function() {
if (!phone()) {
$('#organization-accounts').popover({
selector: '.status-alert',
placement: 'top',
template: '
'
});
}
$('#organization-accounts button').click(function() {
alert('Coming soon!');
});
if (phone()) {
$('#organization-accounts button').addClass('btn-large');
}
});