my eye

Remove no javascript warnings

Committed d137ad

--- a/webint_editor/__init__.py
+++ b/webint_editor/__init__.py

         return app.view.drafts()
 
     def post(self):
-        return "requires javascript"
+        return
         # form = web.form("content")
         # web.application("understory.posts").model.create(
         #     "entry", {"content": form.content}
         )
 
     def post(self):
-        return "requires javascript"
+        return
         # form = web.form("content")
         # web.application("understory.posts").model.create(
         #     "entry", {"content": form.content}