Skip to content

Instantly share code, notes, and snippets.

@benheb
Created April 19, 2013 17:17
Show Gist options
  • Select an option

  • Save benheb/5421763 to your computer and use it in GitHub Desktop.

Select an option

Save benheb/5421763 to your computer and use it in GitHub Desktop.
if ( self.options.service.params.db ) {
if ( location.hash === "" ) {
location.hash= "#stream/" + this.svc_name;
} else {
location.hash = location.hash + "/stream/" + this.svc_name;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment