Skip to content

Instantly share code, notes, and snippets.

@latentflip
Last active December 18, 2015 14:48
Show Gist options
  • Save latentflip/5799276 to your computer and use it in GitHub Desktop.
Save latentflip/5799276 to your computer and use it in GitHub Desktop.
Unbreak rbs online.
if (window.location.pathname === '/default.aspx' && window.name !== 'RBSPOP') {
window.open('http://rbsdigital.com/default.aspx','RBSPOP','toolbars=no');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment