X-Git-Url: https://git.r.bdr.sh/rbdr/crowdantine/blobdiff_plain/910bdeaeb023ed509452f9ff80bfbbf626b06fbc..HEAD:/index.html diff --git a/index.html b/index.html index d839fe2..c8f19c2 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ var request = new XMLHttpRequest(); request.addEventListener('load', renderEvents); - request.open('GET', 'https://api.rollbar.com/api/1/items/?access_token=' + kReadToken + '&environment=production&status=active'); + request.open('GET', 'https://api.rollbar.com/api/1/items/?access_token=' + kReadToken + '&environment=production&status=active&level=error'); request.send(); }; @@ -129,12 +129,12 @@ <body> <h1>Help me decide what to do during quarantine</h1> <p>Vote on the recommendations, or <a href="#add">add one</a>.</p> - <ul id="proposals"></ul> + <ol id="proposals"></ol> <h1 id="add">Add a recommendation</h1> <form> <p> <label for="proposal">You should...</label> - <input name="proposal"> + <input name="proposal" id="proposal"> </p> <input type="submit" value="Do it."> </form>