Skip to content

Instantly share code, notes, and snippets.

@tmking
Created October 24, 2009 01:37
Show Gist options
  • Save tmking/217323 to your computer and use it in GitHub Desktop.
Save tmking/217323 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
<!--//
document.observe("dom:loaded", function() {
loadBox();
<% if open_print_dialog? %>
print();
<% end %>
<% if session[:open_login_popup] %>
showLoginBox($('loginAllvoices'));
$('redirectUrl').value = '<%= session[:return_url] if session[:return_url] %>';
<% session[:open_login_popup] = nil %>
<% end %>
});
//-->
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment