Skip to content

Instantly share code, notes, and snippets.

@lichspace
Created January 25, 2019 03:35
Show Gist options
  • Save lichspace/4039a8945c61f9251b40ff501470dce7 to your computer and use it in GitHub Desktop.
Save lichspace/4039a8945c61f9251b40ff501470dce7 to your computer and use it in GitHub Desktop.
url += (~url.indexOf('?') ? '&' : '?') + param + '=' + enc(id);
url = url.replace('?&', '?');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment