Revision history of "Template:JS/ParseUrlQueryString"

From 2014.igem.org

Diff selection: mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.

Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.
  • (cur | prev) 21:16, 12 November 2014 Kdrinkwa (Talk | contribs) (1,134 bytes) (Created page with "<html> <script type="text/javascript"> function getQueryString() { var wholeURL = document.location.href; var index = wholeURL.indexOf("?"); if (index == -1) { return '';...")