Sha256: 699ba895145c02e05b5a85cb23595f28bb5632c09981f16c453d0b21da0329fd
Contents?: true
Size: 323 Bytes
Versions: 5
Compression:
Stored size: 323 Bytes
Contents
$(function() { $("#bank a.btn-success").popover({ title: 'Meaning...', content: 'We will set <code>paid = true</code> for this transaction' }); $("#bank a.btn-danger").popover({ placement: 'left', title: 'Meaning...', content: 'We will set <code>paid = false</code> for this transaction' }); })
Version data entries
5 entries across 5 versions & 1 rubygems