Skip to content

Instantly share code, notes, and snippets.

@elyrly
Created April 1, 2015 23:02
Show Gist options
  • Save elyrly/166e3edf6705fc8b5053 to your computer and use it in GitHub Desktop.
Save elyrly/166e3edf6705fc8b5053 to your computer and use it in GitHub Desktop.
$("#add_gridVanity").click()
var site = "PicoKosherDeli.org"
var base = 'ns1,ns2.'
var full = base.concat(site)
var sub1 = "ns1.".concat(site)
var sub2 = "ns2.".concat(site)
var both = sub1+'\n'+sub2
$("#add_gridVanity").click()
$("#name").val(full)
$("#servers").val(both)
$("#sData").click()
$("#cData").click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment