Sha256: b720148f1de0119b6f1172af65781d0a7970556ffdc721d23fbf1049a94e502c

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

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

$('#payment_method_type').dropdown();
$('.ui.modal').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/my/payment_methods/edit.js.erb
rails_trade-0.0.1 app/views/rails_trade_my/payment_methods/edit.js.erb