Sha256: 970e6a820fda2da5cc9bc4f3d9fecffa844bd8ebebdfc76b7b83810cf833eecc

Contents?: true

Size: 483 Bytes

Versions: 3

Compression:

Stored size: 483 Bytes

Contents

$(function() {
  if (!phone()) {
    $('#organization-accounts').popover({
      selector: '.status-alert',
      placement: 'top',
      template: '<div class="popover status-popover"><div class="arrow"></div><div class="popover-inner"><div class="popover-content"><p></p></div></div></div>'
    });
  }

  $('#organization-accounts button').click(function() {
    alert('Coming soon!');
  });

  if (phone()) {
    $('#organization-accounts button').addClass('btn-large');
  }
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
woople-theme-0.6.13 app/assets/javascripts/woople-theme/organization_dashboard.js
woople-theme-0.6.12 app/assets/javascripts/woople-theme/organization_dashboard.js
woople-theme-0.6.11 app/assets/javascripts/woople-theme/organization_dashboard.js