diff --git a/public/home.js b/public/home.js deleted file mode 100644 index 0edf2d0..0000000 --- a/public/home.js +++ /dev/null @@ -1,47 +0,0 @@ -function http(method, remote, callback, body) { - var xmlhttp = new XMLHttpRequest(); - xmlhttp.onreadystatechange = function() { - if (xmlhttp.readyState == XMLHttpRequest.DONE) { // XMLHttpRequest.DONE == 4 - callback(xmlhttp.responseText, xmlhttp.status) - } - }; - xmlhttp.open(method, remote, true); - if (typeof body == "undefined") { - body = null - } - xmlhttp.send(body); -} - -function populate_schedule(csv, status_code) { - console.log("status_code", status_code) - csv = csv.split("\n") - var first = true; - var table = ""; - for (var i in csv) { - table += "
|
- Request for Club Membership + |
+ Request for Club Membership
Assumption of Risk About the Club Mountain Biking @@ -29,6 +19,10 @@ Cycling Links |
+
+
Utah Velo Club+The club is located in Utah County. Just South of Salt Lake City, Utah!+Site last Updated: May 10, 2019 |