]> git.r.bdr.sh - rbdr/crowdantine/blobdiff - index.html
License in Apache
[rbdr/crowdantine] / index.html
index 69b0cb2dce3cbb869057a6b0163546c3d2afb9c6..c8f19c285dc0ee2378d9d7f192f4276acf7f8d13 100644 (file)
@@ -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();
       };
 
     <form>
       <p>
         <label for="proposal">You should...</label>
-        <input name="proposal">
+        <input name="proposal" id="proposal">
       </p>
       <input type="submit" value="Do it.">
     </form>