Sha256: a090d518e9700be0ef681d255779d3107dec764564900f740526d5dcbb8072bb

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

<h2>
    Please wait .. we are recieving information back from QuickBooks Online
</h2>

<% content_for :script do  %>
setTimeout(function(){
    if(window.opener == null){
      window.location = '<%= @url %>';
    }else{
      window.opener.location = '<%= @url %>';
      window.close();
    }
}, 5000);
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
qbo_rails-1.0.2 spec/dummy/app/views/settings/close_and_redirect.html.erb
qbo_rails-1.0.1 spec/dummy/app/views/settings/close_and_redirect.html.erb
qbo_rails-1.0.0 spec/dummy/app/views/settings/close_and_redirect.html.erb