Sha256: ad5ad4d03ad150132c96811bc5cb1b312305803692a73cf37fc06fde88ddb975

Contents?: true

Size: 219 Bytes

Versions: 2

Compression:

Stored size: 219 Bytes

Contents

if ($('.ui.modals').length === 0) {
  $('body').append('<%= j(render 'index') %>');
} else {
  $('.ui.modals').html('<%= j(render 'index') %>');
}


$('#payment_logs').modal('setting', {autofocus: false}).modal('show');

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_trade-0.0.2 app/views/trade/admin/order_payments/index.js.erb
rails_trade-0.0.1 app/views/rails_trade_admin/order_payments/index.js.erb