Created
April 1, 2015 23:02
-
-
Save elyrly/166e3edf6705fc8b5053 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("#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