Sha256: 277f1776bae8308dc77065651bc7c93530068c73dac386c0f25dc8cc853af16f

Contents?: true

Size: 211 Bytes

Versions: 2

Compression:

Stored size: 211 Bytes

Contents

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_auth-1.0.5 app/views/rails_auth_web/join/new.js.erb
rails_auth-1.0.4 app/views/rails_auth_web/join/new.js.erb