Skip to content

Instantly share code, notes, and snippets.

@bchumney
Created October 28, 2013 15:12
Show Gist options
  • Save bchumney/7198522 to your computer and use it in GitHub Desktop.
Save bchumney/7198522 to your computer and use it in GitHub Desktop.
Convio PageNavigator to PageServer Redirect
[[?[[S8]]::http://support.edf.org/site/PageNavigator/BP_Timeline_Video.html::
<script type="text/javascript">
var search = '',
GA = false;
if (typeof location.search !== 'undefined' && location.search != null && location.search != '') search = location.search.replace('?','&');
window.location.href = 'http://support.edf.org/site/PageServer?pagename=BP_Timeline_Video'+search+location.hash;
</script>
::]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment